langchain-example/ ├── app_clean.py # Main application (342 lines) ├── config.env # Environment configuration ├── requirements.txt # Python dependencies └── README.md # This file ...
GitHub

OCR to Text Converter

A comprehensive Python toolkit for converting scanned PDFs to clean, readable text using OCR (Optical Character Recognition) and advanced text processing. ocr-to-text-converter/ ├── scripts/ │ ├── pdf ...