Class OcrTextAbsorber

OcrTextAbsorber class

Extracts plain text from PDF pages using OCR over the rendered page bitmap.

public sealed class OcrTextAbsorber

Constructors

NameDescription
OcrTextAbsorber()Initializes a new instance with default options.
OcrTextAbsorber(OcrTextRecognitionOptions)Initializes a new instance with the specified options.

Properties

NameDescription
Options { get; }Gets the recognition options.
Text { get; }Gets the text recognized by the most recent Visit or Visit call.

Methods

NameDescription
Visit(Document)Recognizes text on every page of the document, joined by PageSeparator.
Visit(Page)Recognizes text on the page.

See Also