A Data Extration Web App that converts Images to Tables.
The Exported Table could be downloaded in xlsx or csv format.
To get this project working on your local machine, pull this repo and install all the python modules mentioned in requirements.txt file.
Python Version : 3.6.8
And install all python modules from requirement.txt file.
Also install TesseractOCR software from this link
https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v5.0.0-alpha.20191030.exe
To run the web app inside the directory, run this command
python mainapp.py
- HTML, CSS, JS - For Frontend.
- Flask - Flask is a lightweight WSGI web application framework.
- OpenCV - OpenCV is an open source computer vision and machine learning software library.
- Tesseract - An optical character recognition engine for various operating systems.
- Ravi Maurya - Backend
- Kush Kothari - Backend
- Shreyas Penkar - Frontend
- Nikheel Indanoor - Frontend
A Personal Project