👉 项目官网:https://www.python-office.com/ 👈
👉 本开源项目的交流群 👈
📚简介
pohw 是python调用华为OCR的三方库,可以通过1行代码,实现文字识别。
来自于开源项目:poocr,📘官网:https://www.python-office.com/。
📦安装
🍊pip 自动下载&更新
源码安装
git clone https://gitcode.com/python4office/pohw.git
cd pohw
pip install -e .
源安装&更新
我使用的是阿里云镜像。如果你的网络环境无法访问阿里云镜像,请自行更换为其他镜像。
pip install -i https://mirrors.aliyun.com/pypi/simple/ pohw -U
📝功能
已有功能的说明如下:
🏗️添砖加瓦
本项目欢迎任何人参与开发,如果是小白,可以看一下开发教程👉如何参与开源项目?0基础入门:怎么打开GitHub?什么是issue?什么是PR?
目录结构和pr要求如下:
- docs:存放该项目的文档,包括教程、案例等。
- examples:存放该项目的案例,如果你有新增功能或者接口,请在这里新建一个py文件,并在这里写一个使用案例。
- pohw:存放该项目的源代码,其中:
- api:提供外部调用的接口。
- core:存放该项目的核心代码,包括类、函数等。
- lib:存放工具类、工具函数等。
- tests:存放该项目的单元测试的代码,其中:
- test_code:存放测试代码,每新增/修改任一个函数,提交之前必须写单元测试!
- test_files:存放测试文件,包括图片、Excel等。
- README.md、requirement.txt、setup等文件,一般不修改。
🐞提供bug反馈或建议
提交问题反馈时,请务必填写和该项目本身有关的问题,不进行有关python学习,甚至是个人练习的知识答疑和讨论。
🧬贡献代码的步骤
- 在Gitee/Github/GitCode上fork项目到自己的repo
- 把fork过去的项目也就是你的项目clone到你的本地
- 修改代码
- commit后push到自己的库
- 登录Gitee/Github/GitCode在你首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交到master/main分支即可。
- 等待程序员晚枫合并,+微信说一声更好👉CoderWanFeng
📕参考文档
📌联系作者
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pohw-0.0.2.tar.gz
(15.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pohw-0.0.2-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file pohw-0.0.2.tar.gz.
File metadata
- Download URL: pohw-0.0.2.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fe8463213c61ae5effed234e1589040fd2e9b71c4ac14e260b8ee77b556c87d
|
|
| MD5 |
12182033973a1218801428ed5acda23a
|
|
| BLAKE2b-256 |
32af7551aaaddadc1e7e26022789a254b35867bed951a290624bcab28ff83c62
|
File details
Details for the file pohw-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pohw-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
330240a389db302592cb19bd995afb8dfe2f36ab225e6e32222568b7fdd4b8bd
|
|
| MD5 |
564cd048ee89496ef0ae3025c349b3f8
|
|
| BLAKE2b-256 |
ac8846a8dd77d95acfa17de7901b37a86ceacc43ae3a9220fda33b2c3a25c273
|