Search found 7 matches

by jeyaramg
Thu Oct 09, 2014 2:52 pm
Forum: OCR, MRC & Document understanding
Topic: Forms Processing - OMR/Forms Processing sample issue
Replies: 1
Views: 6927

Forms Processing - OMR/Forms Processing sample issue

Hi I tried the forms processing - OMR/Forms processing c# sample project with some HCFA forms. The results were not satisfactory. 1. I setup the anchor and two zones (Sex - Male/Female check boxes) on the template image. 2. I loaded some filled HCFA forms and clicked on "OMR Images" button...
by jeyaramg
Thu Apr 12, 2012 10:22 am
Forum: COM interoperability
Topic: Accessing AnnotationManager methods in javascript
Replies: 12
Views: 16455

Re: Accessing AnnotationManager methods in javascript

Hi Loïc The code below is just a stripped-down version of the html sample with your code to add the annotation. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tr...
by jeyaramg
Wed Apr 11, 2012 6:54 am
Forum: COM interoperability
Topic: Accessing AnnotationManager methods in javascript
Replies: 12
Views: 16455

Re: Accessing AnnotationManager methods in javascript

Hi Loïc The issue with the version number (8.5.0.5) shown in the registry was due to an old Web runtime. 1. Uninstalled GdPicture and Web runtime. 2. Installed the latest GdPicture (8.5.0.24) and the latest Web runtime. The version number is shown properly in the registry. Still had the same problem...
by jeyaramg
Tue Apr 10, 2012 10:42 am
Forum: COM interoperability
Topic: Accessing AnnotationManager methods in javascript
Replies: 12
Views: 16455

Re: Accessing AnnotationManager methods in javascript

Hi Loïc I have already tried "new ActiveXObject("GdPicture.AnnotationManager")". It is still showing the same error ("Activex server can't create object"). I also tried running "GdPictureComReg.exe" from command prompt. It returned without any message. Tried t...
by jeyaramg
Tue Apr 10, 2012 9:25 am
Forum: COM interoperability
Topic: Accessing AnnotationManager methods in javascript
Replies: 12
Views: 16455

Re: Accessing AnnotationManager methods in javascript

Hi Loïc I uninstalled GdPicture8 and installed the latest version using the url mentioned in your last post. I copied the code below from your mail in my dummy project. Added a reference to the latest GdPicture.dll (v8.5.0.24). var oGdViewer = document.getElementById("GdViewer1"); var oAnn...
by jeyaramg
Mon Apr 09, 2012 7:36 am
Forum: COM interoperability
Topic: Accessing AnnotationManager methods in javascript
Replies: 12
Views: 16455

Re: Accessing AnnotationManager methods in javascript

Hi

Thanks for the response.
I will wait for 8.5.24.

Regards
Jeyaraman
by jeyaramg
Fri Apr 06, 2012 3:24 pm
Forum: COM interoperability
Topic: Accessing AnnotationManager methods in javascript
Replies: 12
Views: 16455

Accessing AnnotationManager methods in javascript

Hi I am evaluating the product (GdPicture.NET v8.5.0.23) for an upcoming project. I need to highlight a section of a tiff image in code uisng RectangleHighlighter annotation. These RectangleHighlighter annotations should be created in code when the user enters a field and deleted when he leaves the ...