# educationtekOCR **Repository Path**: menshaojing/educationtekOCR ## Basic Information - **Project Name**: educationtekOCR - **Description**: No description available - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-30 - **Last Updated**: 2023-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # educationtekOCR #### 介绍 关于OCR识别文字代码示例以及生成本地方法供java调用 #### 软件架构 c++ #### 安装教程 在Linux上安装: 1. cd educationtekOCR 2. mkdir build && cd build 3. cmake3 .. 4. make 5. make install ---安装异常则执行下面操作 6.查看OCR包 ls /usr/local/lib | grep libtesseract 7.查看是否有路径/usr/local/lib,如果没有进行换行添加 vim /etc/ld.so.conf 8.进行生效操作 /sbin/ldconfig -v 在window上安装:后续开发 #### 使用说明 ./educationtekOCR -path ../../orcHtml.jpg -language eng -key sdertt -password foobared 参数说明: -h :redis的ip地址(不设置默认本地ip) -p : redis的端口号(不设置默认6379) -password redis的密码(不设置默认不校验密码认证) -path 识别图片的路径 -language 识别语言(eng) -key redis的键值 (不设置默认键值key:html) #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)