Can not find RecognizePdf method

The RecognizePdf method is not accessible. Whereas, all other methods of Aspose.OCR.AsposeOcr class are available.

image.png

AsposeOcr api = new AsposeOcr();

// Recognize images from PDF           
RecognitionSettings set = new RecognitionSettings();
set.DetectAreas = false;
List<RecognitionResult> result = api.Reco

@Farhan.Raza

Please make sure that you have installed the latest available version of the API i.e. 21.11. We verified at our end and that method exists and accessible.

I am having the same issue. Please advise how to verify what version of the API is installed?

@vaughnrk

We have responded to your original inquiry in the other thread where you can please follow up.