/pdf-to-excel-project

In this project, I developed a powerful data extraction tool to extract specific values from PDF reports generated by Quest Diagnostics, a prominent healthcare diagnostics company. The aim was to streamline the process of retrieving crucial information from patients' blood reports for further analysis and medical assessment.

Primary LanguagePython

pdf-to-excel-project

In this project, I developed a powerful data extraction tool to extract specific values from PDF reports generated by Quest Diagnostics, a prominent healthcare diagnostics company. The aim was to streamline the process of retrieving crucial information from patients' blood reports for further analysis and medical assessment.

Run application in local

SETUP

download and install python2 or python3
$ pip install pymupdf
$ pip install openpyxl
$ pip install pandas==1.2.3

Start application

$ python extract_load.py
  • Please make sure that the report.xlsx file is closed while running the application.
  • The data gets stored in report.xlsx file in the project directory