Currently in the budding state.
An all in one web app inorder to convert images and docs into varioud forms as per the requirement of
the user.
Stacks planning to use:
Python
Flask
HTML
CSS
1.Clone the project using git.
2.Activate the virtual environment.
3.Install all the neccessary packages from the requirements.txt file.
first, install using pip install pytesseract Install the executable:
for windows: [https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w32-setup-v5.0.0-alpha.20210506.exe]
for other os, you can refer this site: [https://tesseract-ocr.github.io/tessdoc/Home.html]
after installing, find the location of tesseract.exe and put it on the tesseract.py module.