Camelot-py 不会从 read_pdf() 函数将负数拉入表中

Camelot-py does not pull negative numbers into table from read_pdf() function

提问人:Phil Hollenbeck 提问时间:11/17/2023 更新时间:11/17/2023 访问量:9

问:

用: 蟒蛇 3.8.18 卡米洛特-py[CV]

当使用 read_pdf() 函数从 pdf 中提取表格时,我能够将几乎所有数据都放入 CSV 中,但每当 PDF 中存在负数(例如:-5.67 美元)时,它就会将该字段留空。没有错误,只是缺少数据。

我尝试查看包括 API 参考在内的所有文档,但我找不到任何相关内容。有没有人知道为什么会发生这种情况以及如何解决?

https://camelot-py.readthedocs.io/en/master/api.html#camelot.read_pdf

CSV PDF python-3.8 python- 卡米洛特

评论


答: 暂无答案