Page 1 of 2

New features request for version 6.0 of VintaSoftImaging.NET

Posted: Sat May 12, 2012 5:44 pm
by Alex
The following features are being considered for inclusion in version 6.0 of VintaSoftImaging.NET SDK:
  • OCR Plug-in
  • Ability to create searchable PDF documents
If you have some idea or suggestion, please write it here.

Re: New features request for version 6.0 of VintaSoftImaging

Posted: Mon May 14, 2012 12:57 am
by MikeH2012
OCR is great. But is it your own engine or just an interface to external OCR engine?

What about supported languages?

Are dictionaries supported?

If yes are custom dictionaries possible?

Thanks!

Re: New features request for version 6.0 of VintaSoftImaging

Posted: Mon May 14, 2012 1:07 am
by MikeH2012
Will it support .Net 4.5?

Re: New features request for version 6.0 of VintaSoftImaging

Posted: Mon May 14, 2012 6:15 pm
by Alex
OCR is great. But is it your own engine or just an interface to external OCR engine?
First version of OCR Plug-in will use Tesseract OCR engine.

Will it support .Net 4.5?
Of cource version of SDK for .NET 4.5 will be available.

Best regards, Alexander

Re: New features request for version 6.0 of VintaSoftImaging

Posted: Wed May 30, 2012 1:20 pm
by NannoW
I would like to render pdf documents containing forms

Re: New features request for version 6.0 of VintaSoftImaging

Posted: Wed May 30, 2012 1:22 pm
by NannoW
Punch hole removal?

Re: New features request for version 6.0 of VintaSoftImaging

Posted: Sat Jun 02, 2012 10:21 am
by Alex
Hello Nano,

Thank you for suggestion. Your requested features have been added to the wish list for version 6.0.

Best regards, Alexander

Re: New features request for version 6.0 of VintaSoftImaging

Posted: Wed Jun 20, 2012 8:53 am
by NannoW
Merge two images.

Image 1 is the background
Image 2 is the "overlay" which is placed over image 1 with a transparent colour which can be selected....
For example

Function MergeImage(image1 as VintaImage, image2 as VintaImage, TransparentColour as system.drawing.Color) as VintaImage

Re: New features request for version 6.0 of VintaSoftImaging

Posted: Wed Jun 20, 2012 9:23 am
by Alex
Hello Nanno,
Merge two images.
This functionality is already available in the current version of SDK.

You need use the OverlayCommand class with enabled transparency (the Transparency property of class).

Best regards, Alexander

Re: New features request for version 6.0 of VintaSoftImaging

Posted: Wed Jun 20, 2012 10:09 am
by NannoW
Hello Alex,

I know that, but a group4 tiff doesn't allow me to use the transparent colour. So it would be usefull for me to supply the SDK with the colour I would like to be handled as beeing "transparant".

Yours, Nanno