A simple OCR tool made using FastAPI and Tesseract.
brew install tesseract
pip install -r requirements.txt
cd src
uvicorn server:app --reload
A simple OCR tool made using FastAPI and Tesseract.
brew install tesseract
pip install -r requirements.txt
cd src
uvicorn server:app --reload