Table of Contents

Namespace AiDotNet.Document

Classes

AlternativeAnswer<T>

Represents an alternative answer with lower confidence.

CharacterRecognition<T>

Represents a single recognized character with its confidence.

DocumentLayoutResult<T>

Represents the result of document layout detection.

DocumentNeuralNetworkBase<T>

Base class for document-focused neural networks that can operate in both ONNX inference and native training modes.

DocumentQAResult<T>

Represents the result of document question answering.

DocumentRegion<T>

Represents a detected document region.

EvidenceRegion<T>

Represents a region in the document that provides evidence for an answer.

LayoutRegion<T>

Represents a single detected layout region in a document.

OCRBlock<T>

Represents a block (paragraph or region) of recognized text.

OCRLine<T>

Represents a line of recognized text.

OCRResult<T>

Represents the result of OCR (Optical Character Recognition) processing.

OCRWord<T>

Represents a single recognized word.

OrderedElement<T>

Represents an element with reading order information.

PageSegmentationResult<T>

Represents the result of page segmentation.

ReadingOrderResult<T>

Result of reading order detection.

TableCell<T>

Represents a single cell in a table.

TableRegion<T>

Represents a detected table region in a document.

TableStructureResult<T>

Represents the result of table structure recognition.

TextDetectionResult<T>

Represents the result of text detection in an image.

TextRecognitionResult<T>

Represents the result of text recognition from a cropped image.

TextRegion<T>

Represents a detected text region in an image.

Enums

ConfidenceLevel

Confidence levels for document AI predictions.

DocumentRegionType

Types of document regions that can be detected by page segmentation.

DocumentType

Types of documents supported by document AI models.

FormFieldType

Types of form fields that can be detected.

LayoutElementType

Types of layout elements that can be detected in documents.

TableExportFormat

Export formats for extracted table data.