# CaptuocrToy **Repository Path**: iamcaoz/CaptuocrToy ## Basic Information - **Project Name**: CaptuocrToy - **Description**: A tool to capture screenshot and recognize text by online ocr apis - **Primary Language**: Swift - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-24 - **Last Updated**: 2021-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CaptuocrToy 一个使用在线接口识别截图中文字的工具。 其他语言:[English](README.md) # 截图 ![img](https://raw.githubusercontent.com/gragrance/CaptuocrToy/master/screenshot.gif) # 如何使用? 1. 你首先需要根据以下命令安装**Xcode Command Line Tools** 和 **cocoapod**。 - ```xcode-select --install``` - ```sudo gem install -n /usr/local/bin cocoapods``` 2. 下载源代码 - ```git clone https://github.com/gragrance/CaptuocrToy.git``` 3. 按照如下命令构建 ``` cd CaptuocrToy pod update BuildArea/autobuild.sh ``` # 版本发布 https://github.com/gragrance/CaptuocrToy/releases # 致谢 感谢@ryh 提供识别二维码的代码。