Search found 7 matches

by 2basix
Thu Jun 14, 2007 8:10 pm
Forum: Image Processing & Document Imaging
Topic: OCR and scanning
Replies: 5
Views: 7808

OCR and scanning to PDF

I want to scan documents and make them text searchable PDF's :o

I guess you'll need ocr to do that..
by 2basix
Sat Jun 02, 2007 3:21 pm
Forum: Image Processing & Document Imaging
Topic: OCR and scanning
Replies: 5
Views: 7808

OCR and scanning

Hi there,

Has anyone experience with OCR and scanning..

Or with scanned textsearchable PDF's ? :?:

greetings,

Leo
by 2basix
Tue May 29, 2007 11:54 am
Forum: Image Processing & Document Imaging
Topic: Scanned images from twain to TIF and Bitdepth ?
Replies: 3
Views: 6069

tiff & twain

Hi Loic,

I'll try the newer dll first..

I have had a rotated picture, but that was a mistake, so ignore
the rotation bit in these posts.. :oops:

Thnx,

Leo
by 2basix
Sun May 27, 2007 11:30 pm
Forum: Image Processing & Document Imaging
Topic: Scanned images from twain to TIF and Bitdepth ?
Replies: 3
Views: 6069

Scanned images from twain to TIF and Bitdepth ?

Hi there, I have got a question.. I have scanned an image from the Twain source with the following vfp code : oGdPicture.TwainOpenSource(thisform.tsources.Value) oGdPicture.TwainSetHideUI(.T.) oGdPicture.TwainSetCurrentResolution(200) oGdPicture.TwainSetCurrentPixelType(2) oGdPicture.TwainSetCurrent...
by 2basix
Sat May 26, 2007 1:27 pm
Forum: Image Processing & Document Imaging
Topic: Getting Correct TwainSourceName string using VFP
Replies: 1
Views: 4243

Getting Correct TwainSourceName string using VFP

Hi there, The functions provided by the GDxxx OCX are 1 character to long for use in Visual Foxpro applications. To get a correct String, strip 1 character at the end. cGetSource=TwainGetSourceName(1) cGoodVFPString=SUBSTR(cGetSource,1,LEN(cGetSource)-1) The reason for that is that the TwainGetSourc...
by 2basix
Thu May 24, 2007 9:04 am
Forum: Example requests & Code samples
Topic: Scanning to PDF
Replies: 3
Views: 18964

Scanning to PDF

Is there a way to scan documents to multiple page PDF ?
by 2basix
Wed May 23, 2007 1:25 pm
Forum: Image Processing & Document Imaging
Topic: Twain - Getting available capabilities values with vfp
Replies: 2
Views: 4983

Thnx

Very fast and good support, thank you very much..... :lol:

Keep up the good work !