OCRAgent
Defined in the ocr_agent module.A specialized agent for OCR (Optical Character Recognition). Extracts text from documents (PDFs) and images using AI models. Supported Providers:
- Mistral:
mistral/mistral-ocr-latest
Constructor
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Methods
console()
Lazily initialize Rich Console.
litellm()
Lazy load litellm module when needed.
extract()
Extract text from a document or image.
aextract()
Async version of extract().
read()
Quick OCR - extract and return markdown text.
aread()
Async version of read().

