【发布时间】:2012-08-27 20:29:18
【问题描述】:
使用 tesseract 我已经提取了文本 iPhone。现在想要提取文本以及 xml 中的文本位置。我使用 GetHocrText 检索 HTML 中的文本。
例如:-
<span class='ocr_word' id='word_3_28' title="bbox 55 226 123 243">
<span class='ocrx_word' id='xword_3_28' title="x_wconf -5">Beverage</span>
</span>
在tesseract OCR中有没有其他方法可以提取XML格式的文本?
感谢广告
斯里维迪亚
【问题讨论】:
-
喜欢这种格式中的
10 10 500 50 饮料 -
嗨@srividya..你找到解决方案了吗?我也面临同样的问题。