Search found 5 matches

by username77
Mon Sep 25, 2023 11:16 am
Forum: OCR, MRC & Document understanding
Topic: table not recognized by ocr
Replies: 1
Views: 4109

table not recognized by ocr

Hi i was trying to capture an table from an jpeg file but ocr engine is not able to capture this table.

I'm using last demo v14.2.43 from this path "GdPicture.NET 14\Samples\Bin\Ocr.exe"

Trying with other tools like (leadtools, abby, omnipage) is able to read the table.

Regards
A.N.
by username77
Mon Feb 13, 2023 11:06 pm
Forum: Feature Requests
Topic: MSG file support
Replies: 18
Views: 18868

Re: MSG file support

6seconds on my side with gdpicture viewer 14.2.15
by username77
Mon Feb 13, 2023 4:45 pm
Forum: DocuVieware
Topic: open an pdf from local with docuvieware examples
Replies: 1
Views: 3514

open an pdf from local with docuvieware examples

Hi i'm trying to open a pdf from local pc using the examples but it won't open and the debug on visual studio stops.
if i select from uri it works.

Is it a demo licensing issue or something else?

tried:
Samples\DocuVieware\aspnet-webform_app
Samples\DocuVieware\aspnet-mvc_razor_app
by username77
Mon Jan 30, 2023 8:43 am
Forum: Barcode Reading & Writing
Topic: Write barcode with text below
Replies: 1
Views: 8594

Write barcode with text below

I'm using this example in c# to write on pdf directly but i dont see an option to write the string "0123456789" below the barcode gdpicturePDF.DrawBarcode1D(Barcode1DWriterType.Barcode1DWriterCode128, "0123456789", 10, 5, 30, 8, System.Drawing.Color.DarkBlue); Is able gdpicture t...
by username77
Fri Jan 27, 2023 6:03 pm
Forum: PDF
Topic: C# resize pdf to append an barcode
Replies: 1
Views: 4008

C# resize pdf to append an barcode

Hi is possible to resize the first page of an pdf or enlarge the page with an white background to append an barcode.

In that case we avoid that the barcode overlaps the image.


I use c# .net4.8