This won't help you convert .doc, .pdf, .ppt to excel. It will help you convert the actual paper to excel! Be it a table or a bubble sheet just take a picture of it and watch it magically become the original excel file!
This serves as the project for the image processing course taught to juniors in CUFE for 2022.
- Clone the repository
$ git clone https://github.com/radwaahmed2132000/Auto-Grader
- Start the Virtual Environment
$ pipenv install && pipenv shell
- Install the requirements
$ pip install -r requirements.txt
- Run the Flask App
$ python app.py
For each cell we scan and before further processing, we feed the result int Google's Tesseract OCR (which isn't designed for this type of task) and to our classifier.
ANNs were the only deep learning method allowed, two classifiers were designed. One that classifies handwritten hexadecimal digits (HexClassifier) and another that classifies printed digits (PrintClassifier). The EMNIST dataset was used for the former (after excluding the unneeded letters) and this dataset for printed digits (after some preprocessing.)
Check the proposal document attached.
Essam |
Iten Elhak |
Radwa Ahmed |
MUHAMMAD SAAD |