Extracts text from pdfs and images using tesseract.
Technologies
Installing dependencies:
uv syncRunning the project:
# Activate the virtual environment
source .venv/bin/activate
# Running the project
uv run uvicorn text_extractor.main:app --reload