LLM and Agentic AI
Enterprise Document Intelligence
Problem
Contracts and invoices arrive as unstructured documents that teams must read manually before any downstream system can use them.
System
An AI document-processing system that ingests documents, applies OCR and parsing, chunks and embeds the text, and uses retrieval with LLM orchestration to produce entity extractions and structured reports. Results are exposed through a FastAPI service for application integration.
My contribution
Designed the document-processing workflow, built the ingestion and preprocessing pipeline, implemented retrieval and LLM orchestration, developed structured API outputs, and created evaluation and error-analysis workflows.
- Documents
- Parsing and OCR
- Chunking
- Embeddings
- Retrieval
- LLM processing
- Structured output
- API
Technical focus
- Retrieval-augmented generation
- OCR and text parsing
- Entity extraction
- Structured outputs
- Workflow automation
Stack
- Python
- LangChain
- Transformer models
- FastAPI
- REST APIs