PDF_Analyzer
PDF_Analyzer copied to clipboard
PDf Analyzer built to convert scanned pdf into text files
PDF_Analyzer
About the application
This application helps you in converting your scanned files into the text files by using OCR i.e. Optical Character Recognition. For doing OCR we used Tesseract as well as Google Vision API in this application.
How to run?
- Install the required packages from the requirements.txt file by running
pip install -r requirements.txt
- Add the json file of APIKey inside the pdfAnalyzer folder and set the path in the google_vision.py
- After installing all the required packages run app.py file inside the pdfAnalyzer folder.