当前位置:网站首页>Python image recognition OCR
Python image recognition OCR
2020-11-07 20:56:00 【Coxhuang】
List of articles
- Python Image recognition OCR
- #1 demand
- #2 Environmental Science
- #3 install
- #3.1 macOS
- #3.2 Linux(CentOS)
- #4 Use
- #4.1 python install pytesseract library
- #4.2 Python Code
- #5 Online case
Python Image recognition OCR
#1 demand
- Identify the information in the picture , Such as QR code
#2 Environmental Science
macOS / Linux Python3.7.6
#3 install
#3.1 macOS
- install tesseract
// Install only tesseract, Don't install training tools brew install tesseract // install tesseract At the same time install training tools brew install --with-training-tools tesseract // install tesseract Install all languages at the same time , The language pack is bigger , If installed, it will take a long time , It is not recommended to install , Select on demand brew install --all-languages tesseract // install tesseract, And install training tools and language brew install --all-languages --with-training-tools tesseract
2. Download the language pack
Address : https://github.com/tesseract-ocr/tessdata
I have installed a Chinese language pack here
Chinese language pack : https://github.com/tesseract-ocr/tessdata/blob/master/chi_sim.traineddata
Then copy the downloaded Chinese language pack to the following path :
/usr/local/Cellar/tesseract/4.0.0_1/share/tessdata
3. Check out the local language pack
tesseract --list-langs
#3.2 Linux(CentOS)
- Installation dependency
yum install autoconf automake libtool libjpeg-devel libpng-devel libtiff-devel zlib-devel
2. install leptonica
download : wget https://github.com/tesseract-ocr/tesseract/archive/4.1.0.tar.gz
Unpack the installation
tar -xzvf leptonica-1.74.4.tar.gz cd leptonica-1.74.4.tar.gz ./configure --profix=/usr/local/leptonica make sudo make install
3. install tesseract-ocr
wget https://github.com/tesseract-ocr/tesseract/archive/3.04.zip unzip 3.04.zip cd tesseract-3.04/ ./configure make && make install sudo ldconfig
I have installed a Chinese language pack here
Chinese language pack : https://github.com/tesseract-ocr/tessdata/blob/master/chi_sim.traineddata
Then copy the downloaded Chinese language pack to the following path :
/usr/local/share/tessdata
#4 Use
#4.1 python install pytesseract library
pip install pytesseract pip install Pillow
#4.2 Python Code
from PIL import Image import pytesseract # Specify the image path and identify the language data = pytesseract.image_to_string(Image.open('/Users/Documents/1.png'), lang='chi_sim') print(data)
#5 Online case
Address :
Participation of this paper Tencent cloud media sharing plan , You are welcome to join us , share .
版权声明
本文为[Coxhuang]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢
[original] the influence of arm platform memory and cache on the real-time performance of xenomai
websocket+probuf.原理篇
【解决方案】分布式定时任务解决方案
编程界大佬教你:一行Python代码能做出哪些神奇的事情?
What do you think of the most controversial programming ideas?
你可能不知道的Animation动画技巧与细节
On the coverage technology and best practice of go code
来自不同行业领域的50多个对象检测数据集
【原创】ARM平台内存和cache对xenomai实时性的影响
手撕算法-手写单例模式
随机推荐
The emergence and significance of micro service
Reflection on a case of bus card being stolen and swiped
一万四千字分布式事务原理解析,全部掌握你还怕面试被问?
Web安全(一)---浏览器同源策略
Web安全(三)---CSRF攻击
屏读时代,我们患上了注意力缺失候群症
More than 50 object detection datasets from different industries
计组-总线通信控制之异步串行通信的数据传输
ngnix集群高并发
分享几个我日常使用的VS Code插件
【C++学习笔记】C++ 标准库 std::thread 的简单使用,一文搞定还不简单?
The CPU does this without the memory
技术总监7年自述——如何选择一家好公司
爆一个VS2015 Update1更新带来的编译BUG【已有解决方案】
【原创】ARM平台内存和cache对xenomai实时性的影响
laravel8更新之维护模式改进
关于晋升全栈工程师,从入门到放弃的神功秘籍,不点进来看一看?
How to think in the way of computer
Adobe Lightroom /Lr 2021软件安装包(附安装教程)
Assembly function MCALL systemstack asmcgocal system call