Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ragaeeb/kokokor/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Observation is the fundamental unit of OCR output, containing both the recognized text content and its precise location within the document. Observations typically represent individual words or short phrases as identified by the OCR engine.Type Definition
Fields
The bounding box defining the exact position and dimensions of the text within the document coordinate system. This includes:
- Position (x, y) of the top-left corner
- Dimensions (width, height) of the text area
The recognized text content of the observation.This is the actual text string extracted by the OCR engine, which may include punctuation, numbers, or special characters.
Usage Example
Integration with OCR Engines
You can adapt output from various OCR engines to match the Observation type:See Also
- TextBlock - Enhanced observation with metadata
- BoundingBox - Position and dimension information
- reconstructParagraphs - Process observations into paragraphs