Extracts text from pdfs and images using tesseract.
Technologies
This project uses Poetry as dependency manager. To install Poetry follow their documentation.
Installing dependencies:
poetry install
Running the project:
# Activate the virtual environment
poetry shell
# Running the project
uvicorn text_extractor.main:app --reload