Hello,
I get this error:
Exception has been thrown by the target of an invocation.
inner error: Failed to find library "liblept1753.so" for platform x64.
I try change my code, but nothing works:
using (OCRProcessor processor = new OCRProcessor(@"Tesseractbinaries\Linux"))
using (OCRProcessor processor = new OCRProcessor(@"Tesseractbinaries/Linux"))
using (OCRProcessor processor = new OCRProcessor(@"Tesseractbinaries/Linux/"))
File exists there, yes:
myapp/Tesseractbinaries/Linux/x64/liblept1753.so
I think, SyncFusion is creating a bad-formed path on linux environment, is there a fix or something like it?
thanks
Syncfusion.PDF.OCR.Net.Core version 20.2.0.43