Product: PdfTron OCR Module Linux for .Net Core
Product Version:
Latest OCR Module Linux from Apryse Developer Portal
.Net Core 6
PDFTron.NET.x64 Version=“9.5.0.1”
Please give a brief summary of your issue:
(Think of this as an email subject)
GetOCRJsonFromPDF works fine when run locally with docker in Visual Studio, however when run GetOCRJsonFromPDF in the kubernetes environment we receive the following error message from the pdftron OCR module. Is there anything you could tell me from the error message?
Liscence key is for the following platform codes: WL+:AMS
pdftron.Common.PDFNetException: Exception:
Message: Error using OCR module Add-On. Exit code: 0XFF
Page conversion failed.
Conditional expression: false
Version : 9.5.0-1bc49d6
Platform : Linux
Architecture : AMD64
Filename : OCRModule.cpp
Function : GetOCRJsonFromPDF
Linenumber : 110
at pdftron.Common.PDFNetException.REX(IntPtr result)
at pdftron.PDF.OCRModule.GetOCRJsonFromImage(PDFDoc dst, String src, OCROptions options)
Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)
Running GetOCRJsonFromPDF in a kubernetes enviroment?
Please provide a link to a minimal sample where the issue is reproducible:
N.A