Search found 6 matches

by PeterH
Mon May 12, 2014 6:57 pm
Forum: Image Processing & Document Imaging
Topic: Code My Own Pan, Zoom and Area Zoom?
Replies: 3
Views: 4463

Re: Code My Own Pan, Zoom and Area Zoom?

I'm pretty sure that was the link I was using yesterday -- Selected Support then Reference Guides. I was getting 404's last night, but it works now, thx. I already understand about the platforms, so maybe I need to explain my question a different way. I want to create an ASP.net application that can...
by PeterH
Mon May 12, 2014 3:57 am
Forum: Image Processing & Document Imaging
Topic: Code My Own Pan, Zoom and Area Zoom?
Replies: 3
Views: 4463

Code My Own Pan, Zoom and Area Zoom?

I am trying to find a fast document viewer that will work in ASP across all browsers and multiple document types, mainly Office and PDF. In separate communications, you have explained that the gdviewer is ActiveX and will only work in iExplorer and that you may develop an HTML viewer at some point a...
by PeterH
Tue Oct 12, 2010 6:55 pm
Forum: OCR, MRC & Document understanding
Topic: How To Find 2nd Closest Image
Replies: 3
Views: 7621

Re: How To Find 2nd Closest Image

Thx. I didn't entirely follow your reply. 'Now, we will try to identify an image. nCloserTemplate = oGdPictureImaging.ADRGetCloserTemplateForFile("document.tif") ADRGetCloserTemplate will always find the closest. Do I have to delete it from the configuration and then repeat the statement t...
by PeterH
Sat Oct 02, 2010 10:07 am
Forum: OCR, MRC & Document understanding
Topic: How To Find 2nd Closest Image
Replies: 3
Views: 7621

How To Find 2nd Closest Image

Two questions: Is there a way to find the second closest template? Maybe find closest, delete that template, then execute ADRGetCloserTemplate... again? Did you intend this ADR only to tell apart document types or has it been designed to distinguish, for example, a purchase order from one customer c...
by PeterH
Sat Jul 24, 2010 9:43 pm
Forum: General discussions
Topic: ClickOnce for PDF and OCR
Replies: 3
Views: 3808

Re: ClickOnce for PDF and OCR

Thanks for prompt response. That worked for the DLL's but not for the dictionary files. But I got it to work. For anyone in the future, to include those you have to select them in the solution explorer (as a group), choose properties, then change the build option to content and choose when you want ...
by PeterH
Sat Jul 24, 2010 11:17 am
Forum: General discussions
Topic: ClickOnce for PDF and OCR
Replies: 3
Views: 3808

ClickOnce for PDF and OCR

When loading gdpicture.net app via clickonce, it is looking for: GDPicture.Net.ocr.tesseract.dll GDPicture.Net.pdf.gdpdfplug.dll Copying these into the bin\release folders works fine for local install, but how do you do it with clickonce? I read the other articles and MSDN posts you had elsewhere (u...