OcrTextAbsorber.Visit

Visit(Document)

Recognizes text on every page of the document, joined by PageSeparator.

public void Visit(Document document)
ParameterTypeDescription
documentDocumentThe PDF document to recognize.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when document is null.

See Also


Visit(Page)

Recognizes text on the page.

public void Visit(Page page)
ParameterTypeDescription
pagePageThe PDF page to recognize.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when page is null.

See Also