Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/289.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Table Py未检测PDF中的表格_Python_Pdf_Image Processing_Tabula - Fatal编程技术网

Python Table Py未检测PDF中的表格

Python Table Py未检测PDF中的表格,python,pdf,image-processing,tabula,Python,Pdf,Image Processing,Tabula,我使用了以下代码,但没有检测到任何内容。我还尝试了其他各种PDF格式,但得到了相同的结果 from tabula import read_pdf,convert_into df=read_pdf("1415_048.pdf",output_format="dataframe",encoding='utf-8',java_options=None,multiple_tables=True) PDF看起来像这样 tablapy基于tablajava。而且它只适用于基于文本的PDF 根据tabl

我使用了以下代码,但没有检测到任何内容。我还尝试了其他各种PDF格式,但得到了相同的结果

from tabula import read_pdf,convert_into

df=read_pdf("1415_048.pdf",output_format="dataframe",encoding='utf-8',java_options=None,multiple_tables=True)
PDF看起来像这样


tablapy基于tablajava。而且它只适用于基于文本的PDF

根据tabla.app网站:

注意:TABLA仅适用于基于文本的PDF,不适用于扫描的文档


这里也有同样的问题。我正试图从中提取文本。
[] #This is the result I'm getting