Search found 11 matches

by ctejedav
Tue Aug 20, 2013 7:06 pm
Forum: Image Processing & Document Imaging
Topic: Add JPG files to MultiPage Tiff
Replies: 5
Views: 5596

Add JPG files to MultiPage Tiff

Hi,

You can add color JPG files to a Multi Page TIFF file. What kind of compression should I use?
by ctejedav
Thu Nov 04, 2010 6:19 pm
Forum: Document Viewing
Topic: CreateThumbnail
Replies: 1
Views: 1973

CreateThumbnail

Hi Loic,

Please can send me an example of CreateThumbnail to see all Thumbnails of a Multi Page TIF?

Visual Basic .NET

Thank you very much

Cosme Tejeda
by ctejedav
Tue Sep 28, 2010 9:00 pm
Forum: Barcode Reading & Writing
Topic: Barcode Reading
Replies: 1
Views: 6514

Barcode Reading

Hello, Please I need help, the program does not detect this Barcode. Thanks, Dim mImageID As Integer = ogdPictureImaging.CreateGdPictureImageFromFile(The File Name) If mImageID <> 0 Then ogdPictureImaging.Barcode1DReaderDoScan(mImageID, Barcode1DReaderScanMode.BestQuality) If ogdPictureImaging.GetSt...
by ctejedav
Wed Apr 14, 2010 3:56 pm
Forum: Image Processing & Document Imaging
Topic: OCRTesseractGetOrientation Speed
Replies: 1
Views: 1527

Re: OCRTesseractGetOrientation Speed

Hi Loic,

OCRTesseractGetOrientation

It works with a region of interest?

Like oGdPictureImaging.SetROI(lLeft, lTop, lWidth, lHeight)

Thanks,

Cosme Tejeda
by ctejedav
Tue Apr 13, 2010 11:25 pm
Forum: Image Processing & Document Imaging
Topic: OCRTesseractGetOrientation Speed
Replies: 1
Views: 1527

OCRTesseractGetOrientation Speed

Hi Loi, For i As Integer = 0 To dtaIndex.RowCount - 1 dtaIndex.Rows(i).Selected = True dtaIndex.CurrentCell = dtaIndex.Rows(i).Cells("NAME") m_ImageID = oGdPictureImaging.CreateGdPictureImageFromFile(mProductionPath & mCompanyName & "\" & mBox & "\" &...
by ctejedav
Tue Mar 23, 2010 5:05 pm
Forum: Image Processing & Document Imaging
Topic: File Name
Replies: 1
Views: 1331

File Name

Hi,

If I open an image using

m_image = oGdPictureImaging.CreateGdPictureImageFromFile ( "")

mfilename = oGdPictureImaging.TagGetValueString (m_image, Tags.TagDocumentName)

Returns an empty string.

There any way to know the name of the image?

Thank you very much

Cosme Tejeda
by ctejedav
Tue Jan 26, 2010 11:46 pm
Forum: Example requests & Code samples
Topic: Binary&Color
Replies: 4
Views: 4044

Re: Binary&Color

Hi Loïc,

Please send me one code example when you have time.

Thanks,
by ctejedav
Sat Jan 23, 2010 8:09 pm
Forum: Example requests & Code samples
Topic: Binary&Color
Replies: 4
Views: 4044

Re: Binary&Color

Thanks Loic, an example would be nice, thank you very much
by ctejedav
Fri Jan 22, 2010 10:18 pm
Forum: Image Processing & Document Imaging
Topic: Black Percent in a Region?
Replies: 2
Views: 1615

Re: Black Percent in a Region?

Thanks Loic
by ctejedav
Fri Jan 22, 2010 10:14 pm
Forum: Example requests & Code samples
Topic: Binary&Color
Replies: 4
Views: 4044

Binary&Color

Hi,

I have a Scanner that supports Binary & Color. Need to Scan Color & Binary at a Time. That is to create 2 images.

There any way to do this?

Thank you very much
by ctejedav
Thu Jan 07, 2010 6:27 pm
Forum: Image Processing & Document Imaging
Topic: Black Percent in a Region?
Replies: 2
Views: 1615

Black Percent in a Region?

Is there any way to get the Black Percent in a Region?

Thanks,

Cosme