/textman

Octical Character Recognition app that extracts Text from images built with FastAPI, Tailwindcss and Pytesseract

Primary LanguageHTML

Textman

Textman Extract text from image

Getting started

  1. Create virtualenv
   # create env
   conda create --name textman

   # activate it
   conda activate textman
  1. install dependencies
  pip install -r requirements.text
  1. run app
 uvicorn app:app --reload

Built with

  1. FastAPI
  2. Pytesseract
  3. Tailwindcss

Author

Boadzie Daniel

License

This project is licensed under the MIT License

Credits