We are encountering a significant performance issue with the Aspose.OCR library (Version 25.4.0) while processing large PDF files in our Windows Service. The service is designed to sequentially pick documents one by one …...foreach (var page in result) { extractedText.Append(page.RecognitionText);...throw new Exception(“OCR extraction failed for document”); }...