OCREngine
Overview
OCREngine is a type in Aspose.PDF FOSS for Go.
OCREngine recognizes text on one page image.
This type provides 1 method for working with OCREngine objects in Go programs.
Available methods include: Recognize.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
Recognize(ctx: context.Context, img: image.Image) → (*OCRResult, error) | Processes a page image and returns an OCRResult containing the extracted text and layout information |