Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我面临一个问题:我有一个包含 5 页数据的 PDF 文件。我想从该文件中提取数据。我能够找到文本的坐标,但我无法找到线条的坐标。
这是pdf样本
姓名 年龄 角色
Ranveer 22 工程师
实际上,这条线之前可能有很多细节,我想要线坐标,这样我就可以在那里停止我的循环坐标,这样它就可以在那条线之前获取所有细节。
所以我的问题是如何在 pdf 文件中找到任何行的坐标。