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
| Name | Type | Access | Description |
|---|---|---|---|
Lines | []OCRLine | Read/Write | Gets the lines. |
Methods
| Signature | Description |
|---|---|
Text() → string | Text joins the recognized lines with newlines. |