Search found 5 matches

by spighy1980
Thu Jul 01, 2010 11:01 am
Forum: General discussions
Topic: Select All on viewer
Replies: 2
Views: 2751

Re: Select All on viewer

Hi, I would like to create a region that contains the entire file displayed on viewer ("select all" functionality). Is it possible? Easy: regid = GdViewer1.AddRegionInches("MyRegion", 0, 0, GdViewer1.PageWidth / GdViewer1.HorizontalResolution, GdViewer1.PageHeight / GdViewer1.Ve...
by spighy1980
Thu Jul 01, 2010 11:00 am
Forum: OCR, MRC & Document understanding
Topic: OCR ZONE from TIFF
Replies: 3
Views: 3825

Re: OCR ZONE from TIFF

Hi,
I resolved my problem: for Tiff files, I capture ImageId from

Code: Select all

ImageId = oGdPictureImaging.CreateGdPictureImageFromFile(fileName)
and so I can call OCRTesseractDoOCR.

Best regards.

G. S.
by spighy1980
Wed Jun 30, 2010 3:10 pm
Forum: OCR, MRC & Document understanding
Topic: OCR ZONE from TIFF
Replies: 3
Views: 3825

Re: OCR ZONE from TIFF

See: FAQ / How do I perform OCR on a specific zone of an image? from https://www.gdpicture.com/products/plugins/ocr/tesseract-engine.php Hi Loic, first of all, thanks for your quicky reply. In pdf extraction I do: Me.Viewer.SilentMode = True ImageID = Me.Viewer.PdfRenderPageToGdPictureImage(200, Me...
by spighy1980
Wed Jun 30, 2010 12:36 pm
Forum: General discussions
Topic: Select All on viewer
Replies: 2
Views: 2751

Select All on viewer

Hi,
I'm working with GdPicture version 6.7.0.0 licensed.
I would like to create a region that contains the entire file displayed on viewer ("select all" functionality). Is it possible?
Is it also possible to change background color of the selected region?

Thanks in advance,

G. S.
by spighy1980
Wed Jun 30, 2010 12:27 pm
Forum: OCR, MRC & Document understanding
Topic: OCR ZONE from TIFF
Replies: 3
Views: 3825

OCR ZONE from TIFF

Hi, I'm working with GdPicture version 6.7.0.0 licensed. I'm trying to recognize a region from a pdf or tiff file. Reading forum topics, I've found a solution to an entire tiff file but I would like to recognize only the selected area. How can I resolve my problem? Any idea would be appreciated. Bes...