Class OcrPage
- Namespace
- ScanbotSDK.MAUI.Ocr
- Assembly
- DocumentSDK.MAUI.dll
public sealed class OcrPage
- Inheritance
-
OcrPage
- Inherited Members
Constructors
OcrPage()
public OcrPage()
Properties
Lines
public IEnumerable<OcrResultBlock> Lines { get; set; }
Property Value
Paragraphs
public IEnumerable<OcrResultBlock> Paragraphs { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
Words
public IEnumerable<OcrResultBlock> Words { get; set; }