Skip to main content

praisonaiagents.agent.ocr_agent

Core SDK OCRAgent - A specialized agent class for OCR (Optical Character Recognition). Extracts text from documents and images using AI models. Follows the Agent() class patterns:
  • Precedence Ladder: Instance > Config > Array > Dict > String > Bool > Default
  • Lazy imports for LiteLLM (zero overhead until first use)
  • Async-safe with both sync and async methods

Overview

This module provides components for ocr_agent.

Classes