在 Python 中从图像的无边框表格中提取文本
I am new to opencv and need help in extracting text from a borderless table present in an image. Need to extract text from the below image.
I want to extract text and put the information in a data frame.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
单独使用 openCV 提取无边框表格是一个挑战。但是,您可以使用 paddleocr 来检测和 OCR 表格。
下面是一个代码示例:
Extracting borderless tables using openCV alone is a bit of a challenge. However, you can use paddleocr to detect and OCR the table.
Below is a code sample: