Document Processing with Aleph Alpha

Project Description

Project Structure

Installation

You need a version of Python 3.11.3 installed.

Install Dependencies

    pip install poetry
    poetry install

Run the OCR Demo

    poetry run python document_processing/main_ocr.py

Run the Frontend

    poetry run streamlit run document_processing/frontend.py