# CutOCR **Repository Path**: libreui/CutOCR ## Basic Information - **Project Name**: CutOCR - **Description**: This is an open platform using Baidu AI, which reads the pictures in the clipboard, and then OCR - **Primary Language**: Swift - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-02 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: cv **Tags**: None ## README # CutOCR This is an open platform using Baidu AI, which reads the pictures in the clipboard, and then OCR ### Config ``` $project/config/Defined.swift -------------------------------------------------------- let BAIDU_APP_KEY = "" let BAIDU_SECRET_KEY = "" ``` ### Usage ``` 1. Screenshot to clipboard using third party software e.g. QQ, wechat 2. Click CutOCR -> OCR... ``` ### Baidu AI Open Platform ``` https://ai.baidu.com ```