Search found 18 matches

by britnis
Mon Apr 26, 2010 9:37 am
Forum: OCR, MRC & Document understanding
Topic: Standard Cheque MICR Code Recognition using OCR
Replies: 4
Views: 9248

Re: Standard Cheque MICR Code Recognition using OCR

Hi Loïc,

I am attaching a demo Cheque for you to verify the OCR functionality with the MICR Code and for further investigation. Please let us know as soon as possible.

Thanks and Regards
Britnis
by britnis
Fri Apr 16, 2010 7:40 am
Forum: OCR, MRC & Document understanding
Topic: Standard Cheque MICR Code Recognition using OCR
Replies: 4
Views: 9248

Standard Cheque MICR Code Recognition using OCR

Hi Loïc, I am using GdPicture version 5.12.8 for developing an application that performs OCR on scanned Image documents such as different forms or cheques. But, I have found that even with higher resolution images of cheques the OCR module is not able to recognize the Cheque MICR codes at all. Kindl...
by britnis
Tue Mar 16, 2010 11:56 am
Forum: TWAIN & WIA Acquisition
Topic: Setting the TWAIN profile
Replies: 5
Views: 4445

Re: Setting the TWAIN profile

Hello Loic,

Is this feature tested against HP ScanJet 3010 / 3055 scanners.

Please provide me with the Beta software to test the scan using a preconfigured profile of a Scanner software.

I look forward to your response.

Regards,
britnis
by britnis
Tue Mar 16, 2010 11:47 am
Forum: TWAIN & WIA Acquisition
Topic: Grey Scale mode creating very large tiff files
Replies: 5
Views: 5223

Re: Grey Scale mode creating very large tiff files

Hello Loic, Any updates on this issue. I face the same issue with the Gd Picture Pro Activex version 5.12.4. My development environment is VB6.0. As explained in this thread earlier by Rajeev, I am facing issue with saving the scanned tiff images with a lesser size. To brief the scenario: 1. I scann...
by britnis
Tue Mar 02, 2010 10:53 am
Forum: Document Viewing
Topic: OJPEG Compression for Decoding.
Replies: 3
Views: 4119

OJPEG Compression for Decoding.

Hello Loic, Version: Gd Picture Pro Activex Imaging toolkit version 5.12.8 We are facing an issue with opening tiff images compressed with JPEG compression [JPEG-In-TIFF]. The tiff images were able to be opened in MS Office Picture manager but not in the Windows Picture & Fax Viewer and Gdviewer...
by britnis
Tue Feb 23, 2010 6:17 am
Forum: Image Processing & Document Imaging
Topic: IsBlank function returns TRUE for non blank images.
Replies: 4
Views: 2873

Re: IsBlank function returns TRUE for non blank images.

Hello Loic,

Any updates on this issue?

Regards.
by britnis
Mon Feb 22, 2010 1:24 pm
Forum: OCR, MRC & Document understanding
Topic: ARABIC Language support to OCR Tesseract plugin.
Replies: 10
Views: 10165

ARABIC Language support to OCR Tesseract plugin.

Hello Loic, We are in the event of evaluating the Gd Picture Pro OCR tesseract plugin. We have performed evaluation on recognizing images and documents in English. We are very much pleased with the engines performance. But our business requirement is that, support to Arabic language is mandatory as ...
by britnis
Fri Feb 05, 2010 7:39 am
Forum: Image Processing & Document Imaging
Topic: IsBlank function returns TRUE for non blank images.
Replies: 4
Views: 2873

Re: IsBlank function returns TRUE for non blank images.

Thanks for the quick response, Loic. I am attaching a copy of the image that is returning TRUE on the IsBlank call when scanning on a HP Scanjet 3055 All In One scanner. Below is the other options used before performing the scan process: Imaging1.TwainSetCurrentResolution (75) Imaging1.TwainSetCurre...
by britnis
Thu Feb 04, 2010 4:27 pm
Forum: Image Processing & Document Imaging
Topic: IsBlank function returns TRUE for non blank images.
Replies: 4
Views: 2873

IsBlank function returns TRUE for non blank images.

Hello Loic, We are facing an issue with the Imaging object of the Gd Picture Pro version 5.12.4. The function call Imaging1.IsBlank() / Imaging1.IsBlank(99) / Imaging1.IsBlank(98) returns TRUE though the image being scanned has reasonable amount of print on it. This function Imaging1.IsBlank() retur...
by britnis
Thu Nov 26, 2009 12:42 pm
Forum: Image Processing & Document Imaging
Topic: Type Mismatch on ColorGetARGBFromARGBValue
Replies: 3
Views: 2564

Re: Type Mismatch on ColorGetARGBFromARGBValue

Sorry a Typeout error on the previous post: " This performs the following operation: Based on the color and quality of the Image loaded to the viewer, the annotation text color is selected. That is, if the page is while then the color of the annotation text will be black. Else, the color of the...
by britnis
Thu Nov 26, 2009 12:39 pm
Forum: Image Processing & Document Imaging
Topic: Type Mismatch on ColorGetARGBFromARGBValue
Replies: 3
Views: 2564

Re: Type Mismatch on ColorGetARGBFromARGBValue

Thanks for the reply Loic. The type mismatch error doesnot occur now. But the requirement is that, the previous version of my tool uses Gd Picture pro 3.8.x version which has a code like the below one: lGdStatus = oGdPicture.DrawCircle(lrefx, lrefY, lDiameter, oGdPicture.ColorGetARGBValueFromARGB(25...
by britnis
Thu Nov 26, 2009 7:04 am
Forum: Image Processing & Document Imaging
Topic: Type Mismatch on ColorGetARGBFromARGBValue
Replies: 3
Views: 2564

Type Mismatch on ColorGetARGBFromARGBValue

Hi Loic, I am using Gd picture pro version 5.9.3. I am facing issues with drawcircle function. A type-mismatch error occurs with the following code: lGdStatus = Imaging1.DrawCircle(lrefx, lrefY, lDiameter, Imaging1. ColorGetARGBFromARGBValue (nARGBColor, 255, 0, 0, 0), lDiameter / 2, False) The comp...
by britnis
Mon Sep 07, 2009 5:27 am
Forum: Image Processing & Document Imaging
Topic: Win32error [7] on TiffAddToNativeMultipage function
Replies: 3
Views: 2963

Re: Win32error [7] on TiffAddToNativeMultipage function

Hi Loic, Can you provide me with a solution for this issue? I have tried to create a clone using the latest available Gd Picture Pro 5.11.0. A code similar to the below provided is used: FileExist = fs.FileExists(Environ("temp") & "\" & "save_" & strAppID &a...
by britnis
Thu Aug 20, 2009 12:15 pm
Forum: Image Processing & Document Imaging
Topic: Win32error [7] on TiffAddToNativeMultipage function
Replies: 3
Views: 2963

Re: Win32error [7] on TiffAddToNativeMultipage function

Hi Loic, Thanks for your response to the query that I posted. But, unfortunately the win32error persists for the change that you recommended. Can you provide me with a code snippet for the following screnario: usually if there is no folder by the name save_Application ID [This application id ll be p...
by britnis
Wed Aug 19, 2009 8:04 am
Forum: Image Processing & Document Imaging
Topic: Win32error [7] on TiffAddToNativeMultipage function
Replies: 3
Views: 2963

Win32error [7] on TiffAddToNativeMultipage function

Hi Loic, I am working on gdpicture pro version 5.9.3. I am facing issues with creating a duplicate copy of a multipage tiff image. I am using a code similar to the following: If FileExist Then fs.CreateFolder (Environ("temp") & "\imgTemp") Set oGdScanNext = New GdpicturePro5....