Tesseract
Posted colden
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tesseract相关的知识,希望对你有一定的参考价值。
- 定义
- Tesseract是一个将图像翻译成文字的OCR库(光学文字识别,Optical Character Recognition)
- 安装
- sudo apt-get install tesseract-ocr
- 在python中调用Tesseract
- pip install pytesseract
- 在python代码中
import pytesseract
from PIL import Image
image = Image.open(jpg)
pytesseract.image_to_string(image)
以上是关于Tesseract的主要内容,如果未能解决你的问题,请参考以下文章
扫描名片 Tesseract 和 Leptonica iOS