Extracting text from PDF document
Contents
[
Hide
]
To extract text from a PDF document that consists of scanned images without searchable text, use RecognizePdf
method of AsposeOCR
class.
This method allows you to customize recognition accuracy, performance, and other settings.
The method returns a list of RecognitionResult
objects, corresponding to each recognized page.