TextRecognitionResult
Overview
TextRecognitionResult is a type in Aspose.PDF FOSS for Go.
TextRecognitionResult is the recognized text of one processed page.
Properties: Lines, PageNumber, Text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
PageNumber | int | Read/Write | Gets the page number. |
Text | string | Read/Write | Gets the text. |
Lines | []OCRLine | Read/Write | Gets the lines. |