Search found 11 matches

by Normando
Wed Jul 11, 2018 12:57 pm
Forum: PDF
Topic: GDPìcture for develop an Azure Web API
Replies: 5
Views: 8635

Re: GDPìcture for develop an Azure Web API

Hi Lorïc;

The Web API only can be developed on .Net Framework.
but ¿Not in Net Core 2.0?

Have you plans to support Net Core?

Thanks
by Normando
Tue Jul 10, 2018 10:52 am
Forum: PDF
Topic: GDPìcture for develop an Azure Web API
Replies: 5
Views: 8635

Re: GDPìcture for develop an Azure Web API

Ok
Thank you very much.

We start the develop now
by Normando
Wed Jun 27, 2018 7:55 pm
Forum: PDF
Topic: GDPìcture for develop an Azure Web API
Replies: 5
Views: 8635

GDPìcture for develop an Azure Web API

Good afternoon; We are thinking of developing a Web API or Azure functions that generate PDF documents, from some parameters and recovering data from a database. We have read that the execution of some dll in the "sandbox" of Azure can be problematic. For example-> https://odetocode.com/bl...
by Normando
Tue Apr 17, 2012 2:56 pm
Forum: General discussions
Topic: Scanning to pdf vs tiff
Replies: 2
Views: 3540

Re: Scanning to pdf vs tiff

Hi; I have got two process: 1.- Scan documents scanning to gdpicturepdf object (Put each scaned image, into) Here user can remove scaned pages, I used a gdpicture thumbnail vievwer 2.- Process ADR & OCR on documents (Receive gdpicturepdf object) for each page of gdpicturepdf object, i render eac...
by Normando
Mon Apr 16, 2012 7:57 pm
Forum: Other discussions
Topic: What's diference between ConvertTo1Bpp & ConvertTo1BppAT
Replies: 1
Views: 9679

What's diference between ConvertTo1Bpp & ConvertTo1BppAT

When i do these instruccions:

Code: Select all

    objImage.ConvertTo1Bpp(IdImg, Umbral)
 
     objImage.ConvertTo1BppAT(IdImg, Umbral)


what is the diference? I can't apreciate it

Thanks
by Normando
Mon Jan 16, 2012 7:43 pm
Forum: TWAIN & WIA Acquisition
Topic: Retrieve supported scan type and document size from WIA
Replies: 4
Views: 5504

Re: Retrieve supported scan type and document size from WIA

Hello;

I download lastest version and WiaGetAvailablePaperSizeCount is missing.

Where are these functions?

Or

In WIA scanning how get available paper sizes from device?

Thanks
by Normando
Thu Dec 22, 2011 10:53 am
Forum: Image Processing & Document Imaging
Topic: Problems with 8.5 version
Replies: 4
Views: 3417

Problems with 8.5 version

Hi; I install version 8.5, my app is WPF and Framework 4.0. 1.- Now, i receive AccessViolationException when i try to release object GDPictureImaging with ClearGdPicture() method, on code lines where don´t crash before new version. 2.- SetItemMenuCaption(39, "Lupa") not working, change des...
by Normando
Wed Oct 26, 2011 1:46 pm
Forum: TWAIN & WIA Acquisition
Topic: B&W WIA Scan
Replies: 1
Views: 3956

B&W WIA Scan

Hi Lorïc If i want WIA scan in gray scale, set imageintent to GdPicture.WiaImageIntent.WiaImageIntentGrayscale The same with color, set imageintent to GdPicture.WiaImageIntent.WiaImageIntentColor But, How can i force a B&W WIA scan programatically?, without the wiasetupdialog (I put WiaSetBitsPe...
by Normando
Tue Oct 25, 2011 5:49 pm
Forum: OCR, MRC & Document understanding
Topic: Anchor template not working
Replies: 10
Views: 12945

Re: Anchor template not working

Hi Lorïc

Thank you very much for you fastest response and solution

One more question....

When i uses findanchortemplate over two totaly diferent images i got a very hight accuracy return values.(like 97%)

What is the accuracy level that i can say "the image is not located"?

Thanks
by Normando
Wed Oct 19, 2011 5:19 pm
Forum: OCR, MRC & Document understanding
Topic: Anchor template not working
Replies: 10
Views: 12945

Re: Anchor template not working

Hi Loïc, thank you I have a problem when use findAnchor, always return invalid parameter I create a template with L=74, T=39, W=73, H=107 TemplateId = m_objImaging.CreateAnchorTemplate(iImgRefClone, L, T, W, H) I Try to findanchor with the same values and return values at zero status = m_objImaging....
by Normando
Wed Oct 19, 2011 4:35 pm
Forum: OCR, MRC & Document understanding
Topic: Anchor template not working
Replies: 10
Views: 12945

Re: Anchor template not working

In what version fix this problem? 8.3 the last?