project_root/ ├── model/ │ ├── inference/ │ ├── preprocess/ │ └── training/ ├── trained_models/ ├── templates ...
An advanced application that performs Optical Character Recognition (OCR) on images and PDFs, extracts text with layout preservation, and provides a question-answering interface based on the extracted ...