Click or drag to resize

OCRResult Class

OCR recognition result.
Inheritance Hierarchy
SystemObject
  ComPDF_Conversion.CommonOCRResult

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public class OCRResult

The OCRResult type exposes the following members.

Constructors
 NameDescription
Public methodOCRResult Default Constructor.
Top
Properties
 NameDescription
Public propertyboxes The position of the text boxes,{ left, top, right,bottom }.
Public propertycls_labels Label for text direction classification.
Public propertycls_scores Confidence of text direction classification.
Public propertyfont_size text font size.
Public propertyrec_scores Confidence of the text (greater than 0, less than 1).
Public propertytext text.
Top
See Also