Interface IOcrCopilot

IOcrCopilot interface

Represents an OCR copilot for processing scanned PDFs and images via AI models.

public interface IOcrCopilot : IAICopilot

Methods

NameDescription
GetTextRecognitionResultAsync(CancellationToken?)Asynchronously retrieves text recognition results for the PDF documents and image files. The supported image types: PNG (.png), JPEG (.jpeg and .jpg), WEBP (.webp), non-animated GIF (.gif).

See Also