Expand description
Task trait definitions for the OCR pipeline.
This module defines the Task trait and related types that represent
different OCR tasks (text detection, recognition, layout analysis, etc.).
Tasks define input/output schemas and execution contracts.
Structs§
- Image
Task Input - Common input type for image-based tasks.
- Task
Runner - A task runner that executes tasks using a model adapter.
- Task
Schema - Schema definition for task inputs and outputs.
Enums§
- Task
Type - Represents the type of OCR task being performed.
Traits§
- Task
- Core trait for OCR tasks.