【发布时间】:2019-08-27 14:05:03
【问题描述】:
我有一个图像文件,我想从给定图像中提取文本,我尝试了各种 OCR 引擎,但我无法找到左侧实体和右侧实体之间的关系,因为 OCR 引擎只是提取没有关系的文本实体之间。 例如交易(公司借钱),账户#1:现金账户#2:应付贷款
我尝试过使用各种 OCR 引擎和 PyPDF2 和 pdftotextI have attached an image file for which I am trying extract text and trying to find the relationship between the left entity and right side entity 进行文本提取
【问题讨论】:
标签: python image ocr text-extraction