Skip to main content

OCRResult Class

Definition

  • Namespace: UiPath.OCR.Contracts.DataContracts
  • Assembly: UiPath.OCR.Contracts

Description

A public class that represents an OCR result.

Members

Properties

  • Confidence int - Provides the confidence computed for the current OCR result.
  • Empty - An empty OCR result with no text.
  • OCRCapabilities - The capabilities supported by the OCR engine.
  • SkewAngle float - The skew angle of the document.
  • Text string - The textual value of the word.
  • Words - The collection of extracted words.