ocr-tool icon indicating copy to clipboard operation
ocr-tool copied to clipboard

A simple OCR tool made using FastAPI and Tesseract

ocr-tool

A simple OCR tool made using FastAPI and Tesseract.

Watch the videos

Setup

brew install tesseract
pip install -r requirements.txt

Starting a local server

cd src
uvicorn server:app --reload