Table of Contents

TTMSFNCWXOCRLine Class

Represents a single recognized line of text, including its combined text, recognition confidence, location, and the individual words it contains.

API unit family: TMSFNCWXOCR Inherits from: TPersistent

Syntax

TTMSFNCWXOCRLine = class(TPersistent)

Properties

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