OCRResult

Overview

OCRResult is a type in Aspose.PDF FOSS for Go.

OCRResult is the recognized content of one page image.

This type provides 1 method for working with OCRResult objects in Go programs. Available methods include: Text. All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package. Properties: Lines.

Properties

NameTypeAccessDescription
Lines[]OCRLineRead/WriteGets the lines.

Methods

SignatureDescription
Text()stringText joins the recognized lines with newlines.

See Also