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.
- 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.