ocr-tool A simple OCR tool made using FastAPI and Tesseract. Watch the videos OCR with Pytesseract Building a web app using FastAPI Deploying to Heroku Setup brew install tesseract pip install -r requirements.txt Starting a local server cd src uvicorn server:app --reload