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.
我正在快速做一个 iPad 应用程序项目,我需要提取 pdf word bbox 坐标并将其转换为 iPad 屏幕坐标。目标是我能够检测到何时触摸了一个单词。
我正在使用 webview 来显示 pdf,并且我在 python 中使用 pdfminer 库来提取单词 bbox(我提取字符 bbox,我可以通过分隔单词之间的空格来获取单词)。但我不知道如何将 pdfminer 单词坐标转换为 iOS 屏幕。
如果需要,我可以解释更多或 dd 代码和屏幕截图。任何帮助将不胜感激!
我通过修改和使用pdfkitten而不是 pdfminer 解决了这个问题。