Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 723 Bytes

README.zh-cn.md

File metadata and controls

36 lines (21 loc) · 723 Bytes

CaptuocrToy

一个使用在线接口识别截图中文字的工具。

其他语言:English

截图

img

如何使用?

  1. 你首先需要根据以下命令安装Xcode Command Line Toolscocoapod

    • 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 提供识别二维码的代码。