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 时存在一些不一致之处。
单线:pdf = tabula.read_pdf(path, pages=pages)
pdf = tabula.read_pdf(path, pages=pages)
pathpdf文件的目录在哪里。在控制台中打印pdf某些值(例如天花板材料)时,解析的下一行有空格,例如天花板材料。
path
pdf
这是一张图片:
同样的情况也发生在一系列数字上,它们也是用空格导入的。
有谁知道为什么会这样?以及如何避免多余的空格?
我的意思是,一条线被完美解析而另一条线没有被解析是没有意义的。漏洞?