Budget: 1500 USD Deadline: 2 days
Hello.
I carefully looked at the task description. If the PDF files are on m113.com and have a tabular structure, the optimal solution would be not manual conversion, but automated parsing.
I usually solve such tasks through a Python pipeline:
automatic downloading of PDF files
extracting tables from PDF
cleaning data structure
creating Excel files.
For extracting tables, specialized tools can be used:
pdfplumber
camelot
tabula
This allows for correctly extracting even complex tables.
The main points to clarify are:
how many PDF files need to be processed
approximately how many pages are in one document
whether the table structure is the same in all PDFs.
If the structure is repeated, the process can be fully automated and a large volume of data can be processed significantly faster.
I can also prepare a script that will allow for reprocessing new PDFs automatically.
Deadline: 2 days
Budget: 1500 USD