标签: python ocr tesseract python-tesseract
是否可以使用tesseract从文档中检测文本行或单词? 我们知道,tesseract本身就是这样做的,然后对其进行识别。 我现在只需要页面中单词或行的位置(x,y,w,h)。 pytesseract有没有检测线的功能?
类似这样的东西: 盒子= pytesseract.image_to_boxes(image)