问题
I am trying to parse some pdf files in order to extract some key information.There is number of tables in each pdf that contains a part of these information. So I tried to use camelot to extract tables and I got good results but I want to extract the title of each table because I want to do a mapping for each table with its title. Can anyone tell me how to extract the title of table from pdf using python?
来源:https://stackoverflow.com/questions/57893229/how-to-parse-a-pdf-file-and-extract-tables-with-their-titles-using-python-camelo