OcrTextAbsorber.Visit
Visit(Document)
Recognizes text on every page of the document, joined by PageSeparator.
public void Visit(Document document)
| Parameter | Type | Description |
|---|
| document | Document | The PDF document to recognize. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | Thrown when document is null. |
See Also
Visit(Page)
Recognizes text on the page.
public void Visit(Page page)
| Parameter | Type | Description |
|---|
| page | Page | The PDF page to recognize. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | Thrown when page is null. |
See Also