Saving recognition results as a searchable PDF
Contents
[
Hide
]
To convert recognition results into a searchable and indexable PDF document, use SaveMultipageDocument
method of Aspose.OCR.AsposeOcr
class. This can be useful for recognizing books, contracts, articles, and other printouts consisting of multiple pages, as well as for batch recognition. Provide Aspose.OCR.SaveFormat.Pdf
as saveFormat
parameter.
The resulting PDF will have original images in the background and a transparent text overlay that can be searched, selected and copied.
You can optionally enable automatic spelling corrections for recognition results and provide a custom dictionary.