Search found 39 matches

by dixus
Mon Feb 22, 2010 2:27 pm
Forum: TWAIN & WIA Acquisition
Topic: TWAIN threading issue
Replies: 18
Views: 9648

Re: TWAIN threading issue

Hi loic, i dont know if happens because its monday... But in my project the gdtwain doesnt work anymore. I cant imagine why. I checked out an earlier version of the project. There is NO difference at all between the TWAIN code. The old project works, my current code doesnt. My issue above was that t...
by dixus
Fri Feb 19, 2010 1:23 pm
Forum: OCR, MRC & Document understanding
Topic: 1 bit TIFF OCR issues
Replies: 2
Views: 2910

Re: 1 bit TIFF OCR issues

looks like i could solve the problem by converting the cloned tiff to grayscale image before running the OCR...
by dixus
Fri Feb 19, 2010 10:32 am
Forum: OCR, MRC & Document understanding
Topic: 1 bit TIFF OCR issues
Replies: 2
Views: 2910

1 bit TIFF OCR issues

Hello, we have problems with multipage TIFFs that we get from our customer. I tried the GDPicture OCR feature. As you know, 1 bit TIFFs are difficult ( windows image view shows pages inverted)... The problem is that it looks like the pages that are shown inverted in image viewers arent recognized by...
by dixus
Thu Feb 18, 2010 4:26 pm
Forum: TWAIN & WIA Acquisition
Topic: TWAIN progress
Replies: 2
Views: 2584

Re: TWAIN progress

allright. thanks for the information.
by dixus
Thu Feb 18, 2010 1:22 pm
Forum: TWAIN & WIA Acquisition
Topic: TWAIN progress
Replies: 2
Views: 2584

TWAIN progress

Is there a way to get the current progress of the scanning process? The twain ui shows a progress bar. On a multipage scanner it would be perfect to have the possiblility to get the status of the scan process. This is very important for our project... So if not implemented but possibly, could you ad...
by dixus
Thu Feb 18, 2010 12:33 pm
Forum: TWAIN & WIA Acquisition
Topic: TWAIN threading issue
Replies: 18
Views: 9648

Re: TWAIN threading issue

uhg... Great work and thanks again!

monster
by dixus
Thu Feb 18, 2010 12:21 pm
Forum: TWAIN & WIA Acquisition
Topic: TWAIN threading issue
Replies: 18
Views: 9648

Re: TWAIN threading issue

Wow thanks! That dll works!! So what was the issue? I Should i use a beta version or will this be fixed in the next release? Here is the produced log if you need it. I was able to scan three files now :) #GdTwain Log Start. Version: 640 RC: TWRC_FAILURE CC: TWCC_BADCAP State: 4 ------------------- S...
by dixus
Thu Feb 18, 2010 11:13 am
Forum: TWAIN & WIA Acquisition
Topic: TWAIN threading issue
Replies: 18
Views: 9648

Re: TWAIN threading issue

I am testing now with a scanner (espson perfection 2480) and i have the same issue. The second scan doesnt work. The twain logfile is flooded with following mesasge: ::DS operation. DG: DG_CONTROL - DAT: DAT_EVENT - MSG: MSG_PROCESSEVENT ->RC: TWRC_NOTDSEVENT CC: TWCC_SUCCESS i hope you can help me ...
by dixus
Wed Feb 17, 2010 4:20 pm
Forum: TWAIN & WIA Acquisition
Topic: TWAIN threading issue
Replies: 18
Views: 9648

TWAIN threading issue

Hello, i successfully used TwainAcquireToGdPictureImage to get a TIF from my TWAIN device. (currently a webcam - will be replaced by a scanner later) Now i tried to run this whole stuff in a worker thread. It works exactely for one time. If i try to get a picture from my webcam again, TwainAcquireTo...