What i need to use to make my ocr process faster?
need advise for ocr system.
need help .
need codes. and library or dll or something.
my current ocr system takes 25 - 30 seconds every pdf page.
MODI.Document doc = new MODI.Document();
doc.Create(imgdir);
doc.OCR(MODI.MiLANGUAGES.miLANG_ENGLISH, true, true);
MODI.Image imager = (MODI.Image)doc.Images[0];
MODI.Layout layout = imager.Layout;
I currently used MODI.
thanks for advance..

Mohamed AbedallahPosted Aug 8, 2019, 7:37 AM
However, you should try LEADTOOLS, which handles PDF files and OCR images in a professional and a faster way.
Using LEADTOOLS the code is as simple as this:
https://services.leadtools.com/documentation/api-reference/extracttext
Shweta LodhaPosted Aug 5, 2019, 5:10 AM