# OcrBaiduPython **Repository Path**: anidea/ocr-baidu-python ## Basic Information - **Project Name**: OcrBaiduPython - **Description**: 基于百度智能云的OCR文本识别与py实现 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-10-15 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OcrBaiduPython #### 介绍 基于百度智能云的OCR文本识别与py实现 [Python做OCR文本识别_百度](https://blog.csdn.net/weixin_43031092/article/details/109092720) #### 安装教程 1. 安装包 pip install baidu-aip 2. 获取百度云接口密钥 更新imgocr.py中的三个密钥APP_ID、API_KEY 、SECRET_KEY #### 使用说明 1. 完成上面的安装教程 2. 修改图片路径 将imgocr.py中的filepath更换为需要识别的图片的路径 filepath = 'tmp.PNG' #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request