Here it is:
try {
String inputFile = “path/dummy.Pdf”;
byte[] imageBytes = convertPdfToTiffAllPages(inputFile);
AsposeOCR ocrApi = new AsposeOCR()
StringBuilder sb = new StringBuilder();
// Initialize OCR engine
I…...Converting PDF to tiff, then trying to OCR it fails with "Unknown...1 Hi, I am converting a PDF to a tiff to be able to perform OCR...