Python application for extracting, chunking, and querying PDF documents through a conversational interface.
- PDF upload and text extraction
- Text chunking for efficient processing
- Semantic search with embeddings
- Chat-style Q&A over document content
- Python 3.10+
- Ollama for local LLM inference
git clone https://github.com/cebause01/PDFProcessor.git
cd PDFProcessor
pip install -r requirements.txt
python main.pyUpload a PDF and ask questions about its content through the conversational interface.