TextRecognitionResult

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

NameTypeAccessDescription
PageNumberintRead/WriteGets the page number.
TextstringRead/WriteGets the text.
Lines[]OCRLineRead/WriteGets the lines.

See Also