Contents:
- web appliation - app.py
- website - index.html
- ocr reader - Final_ocr_reader.py
- ocr convertor - ocr_to_text_to the data.py
- chrome extension - experiment file
HOW TO SETUP:
- Download required files.
- Make sure python and the required modules are installed.
- Run the web application app.py in the project file path.
- Open the index.html website port and upload image to be scanned.(sampleform for testing).
- The uploaded image will be opened and then the text contents will be saved in a txt file(ocr_result.txt).
- These text contents will be saved in a csv database.(output.csv)
- Load the chrome extension from the experiment file.
- Use the chrome extension for the form required to be filled.
Problems that might be encountered:
- Python or the required modules might not be installed.
- The app might not be running in the proper path.