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.
我的项目中有这段代码可以从 pdf 中获取所有单词。
words = pdfPage.extract_words(0.5,0.5)
引发以下错误:
无法转换为十进制。
提前致谢。
尝试降级 Pdf-minder 版本。因为我通过降级解决了同样的问题。