Performing OCR on a Specific Page in a Scanned PDF

Hi Team, I want to do OCR on a specific page of a scanned pdf document. Meaning, need to convert that page as a searchable page. So that the entire document will become searchable pdf.

The code in the below link is not working. Please help me on this.
Scanned PDF to Searchable PDF with OCR in C# | Recognize Text PDF

FYI - I have installed the Aspose.OCR NuGet package.

Thanks.

@KarthikSathravada

In such case, you would need to extract that particular page from the PDF as an image and generate a separate PDF. Then you can use Aspose.OCR in order to make it searchable. Can you please share your sample PDF with us so that we can test the scenario in our environment and address it accordingly.