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