Easyocr-桌子提取

发布于 2025-02-12 04:24:59 字数 110 浏览 6 评论 0 原文

我使用EasyOCR从照片或扫描的PDF中提取表,但是我在将数据作为表格调整时遇到了问题。 我尝试根据提取的坐标制作可搜索的PDF,但是当我将其转换为CSV时,线条不会调整。 如果有人指导我,我将不胜感激。

I use easyocr to extract table from a photo or scanned PDF, but I have a problem in fine tuning the data as a table.
I try to make a searchable pdf according to extracted coordinates but when I convert it to csv, the lines are not tune.
I would appreciate if someone guide me about this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萌化 2025-02-19 04:24:59

据我所知,EasyOCR当前不支持表识别。最好的表格识别应该是Paddleocr的PP结构模型。这就是我现在使用的,效果非常好。您可以尝试。

链接:

As far as I know, easyocr currently does not support table recognition. The best table recognition should be PaddleOCR's PP-Structure model. This is what I use now, and the effect is very good. You can try it.

link: https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/ppstructure/README.md

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文