Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, May 11, 2016 1:32:15 PM(UTC)
marcio.costa

Groups: Registered
Posts: 6


[Split by moderator from thread "OCR engine initialization error, could not find the runtime engine."]

I was really missing the OcrAdvantageRuntime folder on the server machine.

But we believe that the OCR processing is slow, it takes about 1 minute to a non-searchable PDF document with 3 pages, 220KB in size. This is normal?

We are using LEADTOOLS 19, DocumentViewer HTML5 being processed in WCFHost DocumentsService (Leadtools.Documents.Service.DocumentsService).

Thank you.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Monday, May 16, 2016 8:54:21 AM(UTC)

Roberto  
Roberto

Groups: Registered, Tech Support, Administrators
Posts: 39

Thanks: 2 times
Was thanked: 3 time(s) in 3 post(s)

Hello Marcio,

If the output from the operations you are running are non-searchable PDF documents, then why bother with OCR?

You could simply use our RasterCodecs to Load/Save as RasPDF.

Here is a link to the RasterCodecs class in our documentation: https://www.leadtools.co...codecs.rastercodecs.html

code would be something like:
RasterCodecs codecs = new RasterCodecs();
RasterImage file = codecs.Load("path to input file");
codecs.Save(file, "path to output directory", RasterImageFormat.RasPdf, 0);

Regardless, if OCR is the route you want to take with your application you can send in the input files to support@leadtools.com, the support team will be able to test and further advise.
Roberto Rodriguez
Developer Support Engineer
LEAD Technologies, Inc.

LEAD Logo
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.103 seconds.