This is a document scanner web application along with the feature of optical character recognition aka. image to text conversion, built using Flask.
-
Clone this repo
-
Create an .env file in a project root directory and add the following information
APP_NAME="smart-document-scanner" SECRET_KEY="<random>" DEBUG=True SSL_DISABLE=True PORT=8000
-
Install all the dependencies
pip install -r "requirements.txt"
-
Run
python manage.py
-
Check: http://localhost:5000
-
Clone the repo
-
Install docker
-
Create an .env file in a project root directory and add the following information
APP_NAME="smart-document-scanner" SECRET_KEY="<random>" DEBUG=True SSL_DISABLE=True
-
Run
docker compose up
-
Check: http://0.0.0.0:8080
Happy Coding !