Skip to content

This repository contains the code for the OCR API service using the Flask backend.

License

Notifications You must be signed in to change notification settings

mohan-aditya05/text_analysis_ocr_service

Repository files navigation

text_analysis_ocr_service

This repository contains the code for the OCR API service using the Flask backend. This is used in conjunction with the Streamlit Information Extraction application [https://github.com/mohanbing/st_doc_ext].

Create and activate a venv

python -m venv <name_of_the_env>
source <name_of_the_env>/bin/activate

Pip install all requirements

pip install -r requirements.txt

Create .env file to specify the MongoDB credentials

MONGODB_USER = <user_name> 
MONGODB_PWD = <password>
MONGODB_CLUSTER = <cluster name>

Do check out the db.py file to check out the implementation of MongoDB caching and the required database name and collection name.

About

This repository contains the code for the OCR API service using the Flask backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages