LLMOCREngine

LLMOCREngine

Overview

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

LLMOCREngine recognizes text by sending the page image to a vision-capable chat model.

This type provides 1 method for working with LLMOCREngine 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

SignatureDescription
Recognize(ctx: context.Context, img: image.Image)(*OCRResult, error)Recognize sends the image to the model and parses its line-per-line transcription.

See Also