> For the complete documentation index, see [llms.txt](https://textscanner.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://textscanner.gitbook.io/project/others/download.md).

# Text Scanner下载

![](http://qn.iluoxiao.com//md/0/3ec205.png)

**App Store版** 下载：<https://apps.apple.com/cn/app/id1452523807?mt=12>

#### \*\*\*\*

#### **渠道版**：[点击下载](http://appzone.gitee.io/tx/TextScanChannel.dmg)

注意：一定要看，否则无法正常使用

> 1.Chrome下载时会出现警告，点“保留”即可。
>
> 2.在打开App时，会提示：“无法打开“扫描王”，因为Apple无法检查其是否包含恶意软件。解决方法如下：<https://www.jianshu.com/p/c5ed23bc3c1e>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://textscanner.gitbook.io/project/others/download.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
