Python3 package for Chinese/English OCR, with small pretrained models
Project description
English README (out-dated
).
cnocr
cnocr 是 Python 3 下的文字识别(Optical Character Recognition,简称OCR)工具包,支持中文、英文的常见字符识别,自带了多个训练好的识别模型,安装后即可直接使用。欢迎扫码加入QQ交流群:
详细文档
见 CnOcr在线文档 。
使用场景说明
cnocr 主要针对的是排版简单的印刷体文字图片,如截图图片,扫描件等。目前内置的文字检测和分行模块无法处理复杂的文字排版定位。如果要用于场景文字图片的识别,需要结合其他的场景文字检测引擎使用,例如文字检测引擎 cnstd 。
示例
图片 | OCR结果 |
---|---|
Hello world!你好世界 | |
铑泡胭释邑疫反隽寥缔 | |
拇箬遭才柄腾戮胖惬炫 | |
寿猿嗅髓孢刀谎弓供捣 | |
马靼蘑熨距额猬要藕萼 | |
掉江悟厉励.谌查门蠕坑 | |
nd-chips fructed ast | |
zouna unpayably Raqu | |
ape fissioning Senat | |
ling oughtlins near | |
网络支付并无本质的区别,因为 每一个手机号码和邮件地址背后 都会对应着一个账户--这个账 户可以是信用卡账户、借记卡账 户,也包括邮局汇款、手机代 收、电话代收、预付费卡和点卡 等多种形式。 |
|
当然,在媒介越来越多的情形下, 意味着传播方式的变化。过去主流 的是大众传播,现在互动性和定制 性带来了新的挑战——如何让品牌 与消费者更加互动。 |
|
This chapter is currently only available in this web version. ebook and print will follow. Convolutional neural networks learn abstract features and concepts from raw image pixels. Feature Visualization visualizes the learned features by activation maximization. Network Dissection labels neural network units (e.g. channels) with human concepts. |
|
transforms the image many times. First, the image goes through many convolutional layers. In those convolutional layers, the network learns new and increasingly complex features in its layers. Then the transformed image information goes through the fully connected layers and turns into a classification or prediction. |
安装
嗯,安装真的很简单。
pip install cnocr
安装速度慢的话,可以指定国内的安装源,如使用豆瓣源:
pip install cnocr -i https://pypi.doubanio.com/simple
注意:请使用 Python3(3.6以及之后版本应该都行),没测过Python2下是否ok。
未来工作
- 支持图片包含多行文字 (
Done
) - crnn模型支持可变长预测,提升灵活性 (since
V1.0.0
) - 完善测试用例 (
Doing
) - 修bugs(目前代码还比较凌乱。。) (
Doing
) - 支持
空格
识别(sinceV1.1.0
) - 尝试新模型,如 DenseNet,进一步提升识别准确率(since
V1.1.0
) - 优化训练集,去掉不合理的样本;在此基础上,重新训练各个模型
- 由 MXNet 改为 PyTorch 架构(since
V2.0.0
) - 基于 PyTorch 训练更高效的模型
- 支持列格式的文字识别
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cnocr-2.1.0.tar.gz
(54.5 kB
view hashes)
Built Distribution
cnocr-2.1.0-py3-none-any.whl
(109.6 kB
view hashes)