Search found 5 matches

by SkydiverFL
Fri Jul 06, 2012 3:32 pm
Forum: Document Viewing
Topic: How to Mirror Multiple GdViewer Instances
Replies: 2
Views: 3518

Re: How to Mirror Multiple GdViewer Instances

It's working fine with the following... toViewer.ZoomMode = fromViewer.ZoomMode; toViewer.Zoom = fromViewer.Zoom; toViewer.DocumentAlignment = fromViewer.DocumentAlignment; toViewer.DocumentPosition = fromViewer.DocumentPosition; toViewer.SetVScrollBarPosition(fromViewer.GetVScrollBarPosition()); to...
by SkydiverFL
Fri Jul 06, 2012 1:04 pm
Forum: Document Viewing
Topic: How to Mirror Multiple GdViewer Instances
Replies: 2
Views: 3518

How to Mirror Multiple GdViewer Instances

The app I'm building needs two viewers side-by-side... one to show the sample / working image and one for the resulting image. I would like all of the pan and zoom actions in one viewer to be mirrored identically in the second viewer, and vice versa. Is there an existing mechanism to handle this? Do...
by SkydiverFL
Mon May 21, 2012 3:28 pm
Forum: OCR, MRC & Document understanding
Topic: How are template images used in ADR?
Replies: 3
Views: 7737

Re: How are template images used in ADR?

WHEW! I'm glad I waited to start on this. I didn't realize you were actually analyzing the whole document during the comparison and was about to start building an editor to slice up documents, dynamically create "templates," and the like.

Thanx,
Fred
by SkydiverFL
Sat May 19, 2012 4:48 pm
Forum: OCR, MRC & Document understanding
Topic: How are template images used in ADR?
Replies: 3
Views: 7737

How are template images used in ADR?

I understand that images are added to a template to assist with detection, but I have questions to determine WHICH images to addd to a template. I ASSUME it would be best to use slices / snips of an example document... which means possibly constructing a simple UI to allow a user to disect an existi...
by SkydiverFL
Fri May 18, 2012 9:43 am
Forum: Example requests & Code samples
Topic: ADR Sample Request
Replies: 1
Views: 10602

ADR Sample Request

Please reply back with a URL to download a working sample showing how to use ADR. More specifically, please demonstrate how to create a series of templates and then use those templates with a document to determine the document type. The current download of v8.5.29 does not contain any samples for AD...