How can I extract data from a multipage PDF into a single CSV file using camelot python library?
I’ve got a PDF file consisting of 4 pages of data. The first 3 pages contain 3 tables with the same columns. After some research I’ve found a pretty good python lib called camelot-py. Would it be possible to generate a single CSV file containing all data from the PDF file (with the condition all tables have the same columns a data types), using camelot-py?