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

Notification

Icon
Error

Options
Go to last post Go to first unread
Dave  
#1 Posted : Tuesday, January 5, 2016 5:28:53 AM(UTC)
Guest

Rank: Guest

Groups: Guests
Joined: 1/5/2016(UTC)
Posts: 162

Was thanked: 5 time(s) in 5 post(s)
Hello,

Are you still supporting this Tesseract.Net SDK?
I'm trying to get the trial version to work and am not having any luck.
I'm trying this in a webmethod.

Seems to crash at the OcrApi.Create() spot, but I don't get any exceptions, so I can't tell what is going wrong...

Any ideas...

Code:

//string engpath = mydef.Server.MapPath("~/") + "/x64/tesseract.dll";
//OcrApi.PathToEngine = engpath;
OcrApi.PathToEngine = @"D:\inetpub\ftproot\dsp\Falcon_Test\x64\tesseract.dll";              
using (var api = OcrApi.Create())


Thanks!
Paul Rayman  
#2 Posted : Tuesday, January 5, 2016 5:29:41 AM(UTC)
Paul Rayman

Rank: Administration

Groups: Administrators
Joined: 1/5/2016(UTC)
Posts: 1,138

Thanks: 10 times
Was thanked: 133 time(s) in 130 post(s)
Yes, of course. We are supporting all of our products.

About issue... It crashes, does nothing or freezes?
How does it work in your developer environment with IIS Express?

Please note, when you call Create() method in trial mode, then appears a nag-screen in modal mode and blocks the program flow.
Dave  
#3 Posted : Tuesday, January 5, 2016 5:31:01 AM(UTC)
Guest

Rank: Guest

Groups: Guests
Joined: 1/5/2016(UTC)
Posts: 162

Was thanked: 5 time(s) in 5 post(s)
Thank you.
it's probably the nag-screen thing then.
I'm trying to get it to work from a web method that is called by javascript, so I can't see the nag screen.
Is there any way to get around the nag screen just so I can see if this will work?

Thanks!!
Paul Rayman  
#4 Posted : Tuesday, January 5, 2016 5:32:08 AM(UTC)
Paul Rayman

Rank: Administration

Groups: Administrators
Joined: 1/5/2016(UTC)
Posts: 1,138

Thanks: 10 times
Was thanked: 133 time(s) in 130 post(s)
We are have a plans to change the schema of the trial mode in the near future. But now you can use the following workaround:
you can write a simple winforms application that just call Ocr.Create method and run it on the same machine and with the same user as a web application. When the nag screen appears, click "Remind me later".
It writes all necessary entries in the registry, and you will be possible to work without a nag screen for some times.
However, some calls of the Create method will still show the nag screen.
Users browsing this topic
Guest (2)
Forum Jump  
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.