We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
A simple OCR tool made using FastAPI and Tesseract
A simpleOCR tool made using FastAPI and Tesseract.
brew install tesseractpip install -r requirements.txt
cd srcuvicorn server:app --reload