New features request for version 6.0 of VintaSoftImaging.NET

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

New features request for version 6.0 of VintaSoftImaging.NET

Post 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.
MikeH2012
Posts: 11
Joined: Wed Feb 15, 2012 2:46 am

Re: New features request for version 6.0 of VintaSoftImaging

Post 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!
MikeH2012
Posts: 11
Joined: Wed Feb 15, 2012 2:46 am

Re: New features request for version 6.0 of VintaSoftImaging

Post by MikeH2012 »

Will it support .Net 4.5?
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: New features request for version 6.0 of VintaSoftImaging

Post 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
NannoW
Posts: 6
Joined: Tue Jun 28, 2011 1:46 pm

Re: New features request for version 6.0 of VintaSoftImaging

Post by NannoW »

I would like to render pdf documents containing forms
NannoW
Posts: 6
Joined: Tue Jun 28, 2011 1:46 pm

Re: New features request for version 6.0 of VintaSoftImaging

Post by NannoW »

Punch hole removal?
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: New features request for version 6.0 of VintaSoftImaging

Post 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
NannoW
Posts: 6
Joined: Tue Jun 28, 2011 1:46 pm

Re: New features request for version 6.0 of VintaSoftImaging

Post 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
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: New features request for version 6.0 of VintaSoftImaging

Post 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
NannoW
Posts: 6
Joined: Tue Jun 28, 2011 1:46 pm

Re: New features request for version 6.0 of VintaSoftImaging

Post 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
Post Reply