Class OcrTextAbsorber
OcrTextAbsorber class
Extracts plain text from PDF pages using OCR over the rendered page bitmap.
public sealed class OcrTextAbsorber
Constructors
| Name | Description |
|---|
| OcrTextAbsorber() | Initializes a new instance with default options. |
| OcrTextAbsorber(OcrTextRecognitionOptions) | Initializes a new instance with the specified options. |
Properties
| Name | Description |
|---|
| Options { get; } | Gets the recognition options. |
| Text { get; } | Gets the text recognized by the most recent Visit or Visit call. |
Methods
| Name | Description |
|---|
| Visit(Document) | Recognizes text on every page of the document, joined by PageSeparator. |
| Visit(Page) | Recognizes text on the page. |
See Also