|
First, is ProcessOCR supposed to return the OCR'ed text?
I've tried the sample here https://help.syncfusion.com/file-formats/pdf/working-with-ocr/dot-net-core and ProcessOCR returns an empty string.
|
We have checked OCR processer with simple sample in our end, but it’s return the text properly. We suspect that the issue may occurs due to that document specific.
Kindly please share the input document to check the issue in our end. So, that it will be helpful for us to analyze and assist you further on this. |
|
Also, that sample indicates that Tessearact is installed as part of the NuGet package Syncfusion.PDF.OCR.Net.Core, but I don't see them installed there.
Nevertheless, I've tried both what the standard install Path directories and those defined by the Sample |
You can get the Tesseract binaries and tessdata in NuGet installed location.
TesseractBinaries
syncfusionocrprocessor\Tesseractbinaries_core (or)
C:\Users\username.nuget\packages\Syncfusion.PDF.OCR.Net.Core\XX.X.X.XX\lib\TesseractBinaries
Tessdata
syncfusionocrprocessor\tessdata (or)
C:\Users\username.nuget\packages\Syncfusion.PDF.OCR.Net.Core\XX.X.X.XX\lib\tessdata
We have attached the sample with all the required binaries, kindly please run the sample in your end let us know the result.
|