Overview
OCRLine is a type in Aspose.PDF FOSS for Go.
OCRLine is one physical text line.
Properties: Box, Text, Words.
Properties
| Name | Type | Access | Description |
|---|
Text | string | Read/Write | Gets the text. |
Box | *OCRBox | Read/Write | Gets the box. |
Words | []OCRWord | Read/Write | Gets the words. |
See Also