The RecognizePdf method is not accessible. Whereas, all other methods of Aspose.OCR.AsposeOcr class are available.
AsposeOcr api = new AsposeOcr();
// Recognize images from PDF
RecognitionSettings set = new RecognitionSettings();
set.DetectAreas = false;
List<RecognitionResult> result = api.Reco