Assistance Needed with Aspose.OCR Trial and Online Demo - .NET

Hi,
I am encountering issues while performing a POC to use Aspose.OCR for PDF to Text conversion.

The trial version provides no output (attached below), and the online demo crashes with an error on the website link (Free Online Image To Text Converter - Online OCR Software)

“An error occurred.
Sorry, the page you are looking for is currently unavailable.
Please try again later.
If you are the system administrator of this resource, then you should check the error log for details.
Faithfully yours, nginx.”

sample docs have been attached aspose-ocr-sample-docs.zip (1.6 MB)

@kainat123

Would you please post in respective forum category about the issue on online free apps. Also, this online app implements Aspose.OCR Cloud SDK.

Do you please to use Cloud API or On-Premise API? Please check below documentation article in order to recognize text from scanned PDF and generate a searchable output PDF.

In this code snippet the input can be specified as:

Aspose.OCR.OcrInput source = new Aspose.OCR.OcrInput(Aspose.OCR.InputType.PDF);
// Recognize pages 2 to 8
source.Add("scan.pdf", 1, 7);

Please also note that Aspose.OCR does not provide feature to read a PDF with mixed content (text and images). You can use it only with scanned PDF documents. Furthermore, please try a valid 30-days free temporary license in order to evaluate the API in its full capacity and let us know if you still face any issues.