OCRResult Class
Definition
- Namespace:
UiPath.OCR.Contracts.DataContracts - Assembly:
UiPath.OCR.Contracts
Description
A public class that represents an OCR result.
Members
Properties
Confidenceint- 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.SkewAnglefloat- The skew angle of the document.Textstring- The textual value of the word.Words- The collection of extracted words.