您可以使用另一个库在Python中使用Tesseract:pyslibtesseract
图片:
码:
import pyslibtesseract tesseract_config = pyslibtesseract.TesseractConfig(psm=pyslibtesseract.PageSegMode.PSM_SINGLE_LINE, hocr=True) print(pyslibtesseract.LibTesseract.simple_read(tesseract_config, 'phrase0.png'))
输出:
the book is on the table