Table of Contents

TTMSFNCWXOCRParagraph Class

Represents a single recognized paragraph, including its combined text, recognition confidence, location, and the lines it contains.

API unit family: TMSFNCWXOCR Inherits from: TPersistent

Syntax

TTMSFNCWXOCRParagraph = class(TPersistent)

Properties

Name Description
Bbox Holds the bounding box that locates this paragraph within the source image.
Confidence Indicates how confident the recognizer is about this paragraph, as a percentage value where higher numbers mean greater certainty.
Lines Lists the individual lines that make up this paragraph, in reading order.
Text Holds the recognized text of the entire paragraph.