poocr


Namepoocr JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://www.python-office.com/
Summarypip install poocr
upload_time2025-07-08 15:20:21
maintainerNone
docs_urlNone
authorCoderWanFeng
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center" id='大礼包-banner'>
    <a target="_blank" href='http://python4office.cn/fuli/fuli-source-0726/'>
    <img src="https://banner-1300615378.cos.ap-guangzhou.myqcloud.com/%E6%A8%AA%E6%9D%A1/Python%E5%A4%A7%E7%A4%BC%E5%8C%85.jpg" width="100%"/>
    </a>   
</p>



<p align="center">
	👉 <a target="_blank" href="https://www.python-office.com/">项目官网:https://www.python-office.com/</a> 👈
</p>
<p align="center">
	👉 <a target="_blank" href="http://www.python4office.cn/wechat-group/">本开源项目的交流群</a> 👈
</p>


<p align="center" name="'github">
    <a target="_blank" href='https://github.com/CoderWanFeng/poocr'>
    <img src="https://img.shields.io/github/stars/CoderWanFeng/poocr.svg?style=social" alt="github star"/>
    </a>
	<a target="_blank" href='https://gitcode.com/CoderWanFeng1/python-office'>
		<img src='https://gitcode.com/CoderWanFeng1/python-office/star/badge.svg?theme=dark' alt='gitcode star'/>
	</a>	
    	<a target="_blank" href='https://gitee.com/CoderWanFeng//poocr/'>
		<img src='https://gitee.com/CoderWanFeng//poocr/badge/star.svg?theme=dark' alt='gitee star'/>
	</a>
  	<a href="https://mp.weixin.qq.com/s/yaSmFKO3RrBpyanW3nvRAQ">
	<img src="https://img.shields.io/badge/QQ-163434413-orange"/>
  </a>
    	<a href="http://www.python4office.cn/wechat-group/">
	<img src="https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1-%E4%BA%A4%E6%B5%81%E7%BE%A4-brightgreen"/>
  </a>

</p>



-------------------------------------------------------------------------------

## 📚简介

poocr 是一个文字识别的第三方库。

- 💻所有功能的讲解👉[5讲OCR批量识别后自动保存为Excel,给小白的Python入门课又增加了!](https://www.python-office.com/course-002/5-poocr/5-poocr.html)

<p align="center" id='5讲OCR-banner'>
    <a target="_blank" href='https://www.python-office.com/course-002/5-poocr/5-poocr.html'>
    <img src="https://course-1300615378.cos.ap-guangzhou.myqcloud.com/poocr%2F%E5%B0%81%E9%9D%A2-%E6%A8%AA.jpg" width="100%"/>
    </a>   
</p>

-------------------------------------------------------------------------------

## 📦安装

### 🍊pip 自动下载&更新

#### 源码安装

```
git clone https://gitcode.com/python4office/poocr.git

cd poocr

pip install -e .
```

#### 源安装&更新

我使用的是阿里云镜像。如果你的网络环境无法访问阿里云镜像,请自行更换为其他镜像。

```
pip install -i https://mirrors.aliyun.com/pypi/simple/ poocr -U
```

-------------------------------------------------------------------------------

## 📝官网

- [📘Python自动化办公的官网👉https://www.python-office.com/](https://www.python-office.com/)

## 🏗️添砖加瓦

### 📐PR的建议

poocr欢迎任何人来添砖加瓦,贡献代码。

#### 目录结构和pr要求如下:

- docs:存放该项目的文档,包括教程、案例等。
- examples:存放该项目的案例,**如果你有新增功能或者接口,请在这里新建一个py文件,并在这里写一个使用案例。**
- poocr:存放该项目的源代码,其中:
    - api:提供外部调用的接口。
    - core:存放该项目的核心代码,包括类、函数等。
    - lib:存放工具类、工具函数等。
- tests:存放该项目的单元测试的代码,其中:
    - test_code:存放测试代码,**每新增/修改任一个函数,提交之前必须写单元测试**!
    - test)files:存放测试文件,包括图片、Excel等。
- README.md、requirement.txt、setup等文件,一般不修改。

### 🐞提供bug反馈或建议

提交问题反馈时,请务必填写和poocr代码本身有关的问题,不进行有关python学习,甚至是个人练习的知识答疑和讨论。

- [Github issue](https://github.com/CoderWanFeng/poocr/issues)
- [GitCode issue](https://gitcode.com/python4office/poocr/issues)
- [Gitee issue](https://gitee.com/CoderWanFeng/poocr/issues)

-------------------------------------------------------------------------------

## 📌联系作者

> 目前项目的核心开发者:[@wzllby](https://gitcode.com/wzllby)、[@null](https://gitcode.com/wangkaka)、[程序员晚枫](https://gitcode.com/CoderWanFeng1)

<p align="center" id='开源交流群-banner'>
<a target="_blank" href='https://cos.python-office.com/group%2Ffree-group.jpg'>
<img src="https://cos.python-office.com/group/python-office-qr.jpg" width="100%"/>
</a> 
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.python-office.com/",
    "name": "poocr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "CoderWanFeng",
    "author_email": "1957875073@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/ad/a7/f00eef9421be572cf0b34ff9d8ebad806f48f8ae91f24d33a68829c3fc43/poocr-1.0.6.tar.gz",
    "platform": "any",
    "description": "<p align=\"center\" id='\u5927\u793c\u5305-banner'>\r\n    <a target=\"_blank\" href='http://python4office.cn/fuli/fuli-source-0726/'>\r\n    <img src=\"https://banner-1300615378.cos.ap-guangzhou.myqcloud.com/%E6%A8%AA%E6%9D%A1/Python%E5%A4%A7%E7%A4%BC%E5%8C%85.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n\r\n\r\n<p align=\"center\">\r\n\t\ud83d\udc49 <a target=\"_blank\" href=\"https://www.python-office.com/\">\u9879\u76ee\u5b98\u7f51\uff1ahttps://www.python-office.com/</a> \ud83d\udc48\r\n</p>\r\n<p align=\"center\">\r\n\t\ud83d\udc49 <a target=\"_blank\" href=\"http://www.python4office.cn/wechat-group/\">\u672c\u5f00\u6e90\u9879\u76ee\u7684\u4ea4\u6d41\u7fa4</a> \ud83d\udc48\r\n</p>\r\n\r\n\r\n<p align=\"center\" name=\"'github\">\r\n    <a target=\"_blank\" href='https://github.com/CoderWanFeng/poocr'>\r\n    <img src=\"https://img.shields.io/github/stars/CoderWanFeng/poocr.svg?style=social\" alt=\"github star\"/>\r\n    </a>\r\n\t<a target=\"_blank\" href='https://gitcode.com/CoderWanFeng1/python-office'>\r\n\t\t<img src='https://gitcode.com/CoderWanFeng1/python-office/star/badge.svg?theme=dark' alt='gitcode star'/>\r\n\t</a>\t\r\n    \t<a target=\"_blank\" href='https://gitee.com/CoderWanFeng//poocr/'>\r\n\t\t<img src='https://gitee.com/CoderWanFeng//poocr/badge/star.svg?theme=dark' alt='gitee star'/>\r\n\t</a>\r\n  \t<a href=\"https://mp.weixin.qq.com/s/yaSmFKO3RrBpyanW3nvRAQ\">\r\n\t<img src=\"https://img.shields.io/badge/QQ-163434413-orange\"/>\r\n  </a>\r\n    \t<a href=\"http://www.python4office.cn/wechat-group/\">\r\n\t<img src=\"https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1-%E4%BA%A4%E6%B5%81%E7%BE%A4-brightgreen\"/>\r\n  </a>\r\n\r\n</p>\r\n\r\n\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udcda\u7b80\u4ecb\r\n\r\npoocr \u662f\u4e00\u4e2a\u6587\u5b57\u8bc6\u522b\u7684\u7b2c\u4e09\u65b9\u5e93\u3002\r\n\r\n- \ud83d\udcbb\u6240\u6709\u529f\u80fd\u7684\u8bb2\u89e3\ud83d\udc49[5\u8bb2OCR\u6279\u91cf\u8bc6\u522b\u540e\u81ea\u52a8\u4fdd\u5b58\u4e3aExcel\uff0c\u7ed9\u5c0f\u767d\u7684Python\u5165\u95e8\u8bfe\u53c8\u589e\u52a0\u4e86\uff01](https://www.python-office.com/course-002/5-poocr/5-poocr.html)\r\n\r\n<p align=\"center\" id='5\u8bb2OCR-banner'>\r\n    <a target=\"_blank\" href='https://www.python-office.com/course-002/5-poocr/5-poocr.html'>\r\n    <img src=\"https://course-1300615378.cos.ap-guangzhou.myqcloud.com/poocr%2F%E5%B0%81%E9%9D%A2-%E6%A8%AA.jpg\" width=\"100%\"/>\r\n    </a>   \r\n</p>\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udce6\u5b89\u88c5\r\n\r\n### \ud83c\udf4apip \u81ea\u52a8\u4e0b\u8f7d&\u66f4\u65b0\r\n\r\n#### \u6e90\u7801\u5b89\u88c5\r\n\r\n```\r\ngit clone https://gitcode.com/python4office/poocr.git\r\n\r\ncd poocr\r\n\r\npip install -e .\r\n```\r\n\r\n#### \u6e90\u5b89\u88c5&\u66f4\u65b0\r\n\r\n\u6211\u4f7f\u7528\u7684\u662f\u963f\u91cc\u4e91\u955c\u50cf\u3002\u5982\u679c\u4f60\u7684\u7f51\u7edc\u73af\u5883\u65e0\u6cd5\u8bbf\u95ee\u963f\u91cc\u4e91\u955c\u50cf\uff0c\u8bf7\u81ea\u884c\u66f4\u6362\u4e3a\u5176\u4ed6\u955c\u50cf\u3002\r\n\r\n```\r\npip install -i https://mirrors.aliyun.com/pypi/simple/ poocr -U\r\n```\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udcdd\u5b98\u7f51\r\n\r\n- [\ud83d\udcd8Python\u81ea\u52a8\u5316\u529e\u516c\u7684\u5b98\u7f51\ud83d\udc49https://www.python-office.com/](https://www.python-office.com/)\r\n\r\n## \ud83c\udfd7\ufe0f\u6dfb\u7816\u52a0\u74e6\r\n\r\n### \ud83d\udcd0PR\u7684\u5efa\u8bae\r\n\r\npoocr\u6b22\u8fce\u4efb\u4f55\u4eba\u6765\u6dfb\u7816\u52a0\u74e6\uff0c\u8d21\u732e\u4ee3\u7801\u3002\r\n\r\n#### \u76ee\u5f55\u7ed3\u6784\u548cpr\u8981\u6c42\u5982\u4e0b\uff1a\r\n\r\n- docs\uff1a\u5b58\u653e\u8be5\u9879\u76ee\u7684\u6587\u6863\uff0c\u5305\u62ec\u6559\u7a0b\u3001\u6848\u4f8b\u7b49\u3002\r\n- examples\uff1a\u5b58\u653e\u8be5\u9879\u76ee\u7684\u6848\u4f8b\uff0c**\u5982\u679c\u4f60\u6709\u65b0\u589e\u529f\u80fd\u6216\u8005\u63a5\u53e3\uff0c\u8bf7\u5728\u8fd9\u91cc\u65b0\u5efa\u4e00\u4e2apy\u6587\u4ef6\uff0c\u5e76\u5728\u8fd9\u91cc\u5199\u4e00\u4e2a\u4f7f\u7528\u6848\u4f8b\u3002**\r\n- poocr\uff1a\u5b58\u653e\u8be5\u9879\u76ee\u7684\u6e90\u4ee3\u7801\uff0c\u5176\u4e2d\uff1a\r\n    - api\uff1a\u63d0\u4f9b\u5916\u90e8\u8c03\u7528\u7684\u63a5\u53e3\u3002\r\n    - core\uff1a\u5b58\u653e\u8be5\u9879\u76ee\u7684\u6838\u5fc3\u4ee3\u7801\uff0c\u5305\u62ec\u7c7b\u3001\u51fd\u6570\u7b49\u3002\r\n    - lib\uff1a\u5b58\u653e\u5de5\u5177\u7c7b\u3001\u5de5\u5177\u51fd\u6570\u7b49\u3002\r\n- tests\uff1a\u5b58\u653e\u8be5\u9879\u76ee\u7684\u5355\u5143\u6d4b\u8bd5\u7684\u4ee3\u7801\uff0c\u5176\u4e2d\uff1a\r\n    - test_code\uff1a\u5b58\u653e\u6d4b\u8bd5\u4ee3\u7801\uff0c**\u6bcf\u65b0\u589e/\u4fee\u6539\u4efb\u4e00\u4e2a\u51fd\u6570\uff0c\u63d0\u4ea4\u4e4b\u524d\u5fc5\u987b\u5199\u5355\u5143\u6d4b\u8bd5**\uff01\r\n    - test)files\uff1a\u5b58\u653e\u6d4b\u8bd5\u6587\u4ef6\uff0c\u5305\u62ec\u56fe\u7247\u3001Excel\u7b49\u3002\r\n- README.md\u3001requirement.txt\u3001setup\u7b49\u6587\u4ef6\uff0c\u4e00\u822c\u4e0d\u4fee\u6539\u3002\r\n\r\n### \ud83d\udc1e\u63d0\u4f9bbug\u53cd\u9988\u6216\u5efa\u8bae\r\n\r\n\u63d0\u4ea4\u95ee\u9898\u53cd\u9988\u65f6\uff0c\u8bf7\u52a1\u5fc5\u586b\u5199\u548cpoocr\u4ee3\u7801\u672c\u8eab\u6709\u5173\u7684\u95ee\u9898\uff0c\u4e0d\u8fdb\u884c\u6709\u5173python\u5b66\u4e60\uff0c\u751a\u81f3\u662f\u4e2a\u4eba\u7ec3\u4e60\u7684\u77e5\u8bc6\u7b54\u7591\u548c\u8ba8\u8bba\u3002\r\n\r\n- [Github issue](https://github.com/CoderWanFeng/poocr/issues)\r\n- [GitCode issue](https://gitcode.com/python4office/poocr/issues)\r\n- [Gitee issue](https://gitee.com/CoderWanFeng/poocr/issues)\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udccc\u8054\u7cfb\u4f5c\u8005\r\n\r\n> \u76ee\u524d\u9879\u76ee\u7684\u6838\u5fc3\u5f00\u53d1\u8005\uff1a[@wzllby](https://gitcode.com/wzllby)\u3001[@null](https://gitcode.com/wangkaka)\u3001[\u7a0b\u5e8f\u5458\u665a\u67ab](https://gitcode.com/CoderWanFeng1)\r\n\r\n<p align=\"center\" id='\u5f00\u6e90\u4ea4\u6d41\u7fa4-banner'>\r\n<a target=\"_blank\" href='https://cos.python-office.com/group%2Ffree-group.jpg'>\r\n<img src=\"https://cos.python-office.com/group/python-office-qr.jpg\" width=\"100%\"/>\r\n</a> \r\n</p>\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pip install poocr",
    "version": "1.0.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/CoderWanFeng/poocr/issues",
        "Documentation": "https://github.com/CoderWanFeng/poocr/blob/main/README.md",
        "Homepage": "https://www.python-office.com/",
        "Source Code": "https://github.com/CoderWanFeng/poocr"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c20debedf37e6c0e3336b092dd500d1a39246abebd2d429de26e5fe0a522c60b",
                "md5": "96114e15f77e38b45e4fdc9bbc37bbcd",
                "sha256": "58c418c795e85d3b4cd8512a44bcf7e99102bb69fdb67b9149eb527b6e138e58"
            },
            "downloads": -1,
            "filename": "poocr-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96114e15f77e38b45e4fdc9bbc37bbcd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27114,
            "upload_time": "2025-07-08T15:20:19",
            "upload_time_iso_8601": "2025-07-08T15:20:19.763738Z",
            "url": "https://files.pythonhosted.org/packages/c2/0d/ebedf37e6c0e3336b092dd500d1a39246abebd2d429de26e5fe0a522c60b/poocr-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ada7f00eef9421be572cf0b34ff9d8ebad806f48f8ae91f24d33a68829c3fc43",
                "md5": "f6ba47250597a264b47660f1a33a7293",
                "sha256": "cdbc4719493eb95e202c5e3d2da1ab37a11f536d0e65819b728e63e21e4499f0"
            },
            "downloads": -1,
            "filename": "poocr-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "f6ba47250597a264b47660f1a33a7293",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 23273,
            "upload_time": "2025-07-08T15:20:21",
            "upload_time_iso_8601": "2025-07-08T15:20:21.228163Z",
            "url": "https://files.pythonhosted.org/packages/ad/a7/f00eef9421be572cf0b34ff9d8ebad806f48f8ae91f24d33a68829c3fc43/poocr-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-08 15:20:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CoderWanFeng",
    "github_project": "poocr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "poocr"
}
        
Elapsed time: 0.48620s