Tesseract OCR:检测非白色背景

时间:2018-09-05 23:26:30

标签: python ocr tesseract

我正在编写python以使用以下代码检测非白色背景上的数字:

import pytesseract, re
from PIL import Image

pytesseract.pytesseract.tesseract_cmd = 'C:\\Program Files (x86)\\Tesseract 
OCR\\tesseract.exe'
text = pytesseract.image_to_string(Image.open("image3.jpg"))
print (text)

但是,什么也没发现。...如何使其工作?谢谢。

digits on non-white background

0 个答案:

没有答案