Vintasoft.Imaging.FormsProcessing.UI 7.0.8.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Vintasoft.Imaging.FormsProcessing.UI --version 7.0.8.1
                    
NuGet\Install-Package Vintasoft.Imaging.FormsProcessing.UI -Version 7.0.8.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Vintasoft.Imaging.FormsProcessing.UI" Version="7.0.8.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Vintasoft.Imaging.FormsProcessing.UI" Version="7.0.8.1" />
                    
Directory.Packages.props
<PackageReference Include="Vintasoft.Imaging.FormsProcessing.UI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Vintasoft.Imaging.FormsProcessing.UI --version 7.0.8.1
                    
#r "nuget: Vintasoft.Imaging.FormsProcessing.UI, 7.0.8.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Vintasoft.Imaging.FormsProcessing.UI&version=7.0.8.1
                    
Install Vintasoft.Imaging.FormsProcessing.UI as a Cake Addin
#tool nuget:?package=Vintasoft.Imaging.FormsProcessing.UI&version=7.0.8.1
                    
Install Vintasoft.Imaging.FormsProcessing.UI as a Cake Tool

Vintasoft.Imaging.FormsProcessing.UI.dll assembly is the assembly from VintaSoft Forms Processing .NET Plug-in and it contains classes that define how form fields must be shown in WinForms image viewer and how user can interact with form fields in WinForms image viewer. Also assembly contains visual tools that allow to:

  • Edit form field templates and interact with form field templates on an image in WinForms image viewer
  • Allows to display and interact with recognized form fields on an image in WinForms image viewer.

VintaSoft Forms Processing .NET Plug-in allows to identify and align a document image to match the known template and recognize optical marks (OMR), text (OCR) and barcodes in the document form.

GENERAL FEATURES:

  • The plug-in can be used for developing .NET 8/7/6 applications (console, WPF, WinForms, ASP.NET Core, service, etc) for Windows
  • The plug-in can be used for developing .NET Framework 4.8-4.0 and 3.5 applications (console, WPF, WinForms, ASP.NET MVC, ASP.NET WebForms, service, etc) for Windows
  • The plug-in core is written in C#
  • AnyCPU, x86 and x64 mode support
  • Identify an image from known templates and align the image to match its template (document recognition):
    • Create an image imprint based on lines, L search pattern or user defined algorithm
    • Compare 2 image imprints. The algorithm can compensate distortions, which are related with displacement, scale or rotation
    • Identify an image from a set of known templates and get the transformation matrix from image to the template image
    • Align an image to match its template using the transformation matrix from image to the template image
  • Identify a form image and recognize optical marks, text and barcodes in the form
    • Define a form template that defines an image with blank form
      • Create a form template by code
      • Display a form template in WinForms or WPF:
        • Display a form template on source image
        • Build a form template using mouse
        • Edit a form template using mouse
        • Customize the visual appearance of form template
      • Serialize form templates into XML, deserialize form templates from XML
    • Identify a form template for filled form from a set of known form templates
    • Recognize fields in a filled form:
      • Recognize forms synchronously or asynchronously
      • Recognize forms in multiple threads
      • Supported form field types:
        • Optical mark (OMR) field bounded by rectangle
        • Optical mark (OMR) field bounded by ellipse
        • Optical mark (OMR) fields grouped in a table
        • Text field - VintaSoft OCR .NET Plug-in is necessary
        • Barcode field with 1D or 2D barcode - VintaSoft Barcode .NET SDK is necessary
        • Group of any form fields
      • Display the recognized form in WinForms or WPF:
        • Display the recognized form above the source image or aligned image
        • Customize the visual appearance of recognized form
    • The open architecture allows to define custom types of form fields and form field templates

DEVELOPMENT REQUIREMENTS:

  • Development environments: Microsoft Visual Studio, Microsoft Studio Code, JetBrains Rider, .NET CLI
  • Programming languages: C#, VB.NET, any .NET compatible language
  • Development platforms: .NET, WPF, WinForms, ASP.NET
  • VintaSoft Imaging .NET SDK

DEPLOYMENT REQUIREMENTS:

  • Windows (Windows 11/10/8.1/8/7; Windows Server 2025/2022/2019/2016/2012/2008; 32-bit and 64-bit) with .NET 9/8/7/6
  • Windows (Windows 11/10/8.1/8/7/Vista/XP; Windows Server 2025/2022/2019/2016/2012/2008/2003; 32-bit and 64-bit) with .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
  • Linux (Ubuntu 24/23/22/20/18; Debian 12/11/10/9; Fedora 40/39/38/37/36; OpenSUSE 15; CentOS 9/8/7; Redhate Enterprise Linux 9/8/7; Alpine 3) with .NET 9/8/7/6
  • macOS (macOS 14/13/12/11/10) with .NET 9/8/7/6
  • VintaSoft Imaging .NET SDK

ONLINE RESOURCES:

  1. Product web page: https://www.vintasoft.com/vsformsprocessing-dotnet-index.html?referer=nuget.org/Vintasoft.Imaging.FormsProcessing.UI

  2. Online FAQ: https://www.vintasoft.com/vsimaging-dotnet-faq.html?referer=nuget.org/Vintasoft.Imaging.FormsProcessing.UI

  3. Online Developer's Guide and API Reference: https://www.vintasoft.com/docs/vsimaging-dotnet/

  4. Online code examples: https://www.vintasoft.com/vsimaging-dotnet-examples.html?referer=nuget.org/Vintasoft.Imaging.FormsProcessing.UI

  5. Online Support Center: https://www.vintasoft.com/support/

  6. Articles: Introduction to the forms processing: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Forms-Processing-Introduction.html?referer=nuget.org/Vintasoft.Imaging.FormsProcessing.UI Form template: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Forms-Processing-Form-Template.html?referer=nuget.org/Vintasoft.Imaging.FormsProcessing.UI Forms identification and recognition: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Forms-Processing-Forms-Identification-and-Recognition.html?referer=nuget.org/Vintasoft.Imaging.FormsProcessing.UI Identification of document image: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Forms-Processing-Identification-of-Document-Image.html?referer=nuget.org/Vintasoft.Imaging.FormsProcessing.UI

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Vintasoft.Imaging.FormsProcessing.UI:

Package Downloads
Vintasoft.Imaging.FormsProcessing.Ocr.UI

Classes, which define how OCR form fields must be shown in WinForms image viewer. Classes, which define how user can interact with OCR form fields in WinForms image viewer.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.9.1 6 10 hours ago
7.0.8.1 212 a month ago
7.0.7.1 112 a month ago
7.0.6.1 124 a month ago
7.0.5.1 123 2 months ago
7.0.4.1 112 2 months ago
7.0.3.1 107 3 months ago
7.0.2.1 130 3 months ago
7.0.1.1 128 4 months ago
7.0.0.1 127 4 months ago
5.5.11.1 129 4 months ago
5.5.10.1 132 4 months ago
5.5.9.1 124 5 months ago
5.5.8.1 139 5 months ago
5.5.7.1 198 6 months ago
5.5.6.1 141 6 months ago
5.5.5.1 133 6 months ago
5.5.4.1 160 7 months ago
5.5.3.1 151 7 months ago
5.5.2.1 141 7 months ago
5.5.1.1 158 8 months ago
5.5.0.1 102 8 months ago
5.4.10.1 129 8 months ago
5.4.9.1 146 9 months ago
5.4.8.1 123 9 months ago
5.4.7.1 167 9 months ago
5.4.6.1 153 9 months ago
5.4.5.1 153 10 months ago
5.4.4.1 152 5/31/2024
5.4.3.1 453 5/16/2024
5.4.2.1 374 5/6/2024
5.4.1.1 159 4/25/2024
5.4.0.1 158 4/12/2024
5.3.11.1 167 4/8/2024
5.3.10.1 154 3/29/2024
5.3.9.1 236 3/22/2024
5.3.8.1 507 3/7/2024
5.3.7.1 321 3/1/2024
5.3.6.1 367 2/22/2024
5.3.5.1 295 2/16/2024
5.3.4.1 534 1/30/2024
5.3.3.1 405 1/18/2024
5.3.2.1 808 12/22/2023
5.3.1.1 434 12/12/2023
5.3.0.1 505 11/29/2023
5.2.12.1 464 11/17/2023
5.2.11.1 489 11/3/2023
5.2.10.1 366 10/27/2023
5.2.9.1 497 10/13/2023
5.2.8.1 204 9/25/2023
5.2.7.1 204 9/1/2023
5.2.6.1 228 8/22/2023
5.2.5.1 231 8/11/2023
5.2.4.1 216 7/28/2023
5.2.3.1 209 7/21/2023
5.2.2.1 236 7/14/2023
5.2.1.1 246 7/7/2023
5.2.0.1 242 6/30/2023
5.1.23.1 272 6/19/2023
5.1.22.1 268 6/9/2023
5.1.21.1 247 6/6/2023
5.1.20.1 263 5/26/2023
5.1.19.1 252 5/18/2023
5.1.18.1 293 5/5/2023
5.1.17.1 302 4/27/2023
5.1.16.1 321 4/17/2023
5.1.15.1 351 4/7/2023
5.1.14.1 365 3/31/2023
5.1.12.1 398 3/22/2023
5.1.11.1 404 3/14/2023
5.1.10.1 404 3/3/2023
5.1.9.3 414 2/23/2023
5.1.9.1 435 2/22/2023
5.1.8.1 487 2/2/2023
5.1.7.1 497 1/26/2023
5.1.6.1 544 12/27/2022
5.1.5.1 581 12/15/2022
5.1.4.1 511 12/8/2022
5.1.3.1 594 11/25/2022
5.1.2.1 611 11/17/2022
5.1.1.1 633 11/2/2022
5.1.0.1 682 10/24/2022
5.0.7.1 705 10/7/2022
5.0.6.1 816 9/26/2022
5.0.5.1 1,151 9/9/2022
5.0.4.1 742 8/31/2022
5.0.3.1 787 8/4/2022
5.0.2.1 794 7/29/2022
5.0.1.1 803 7/15/2022
5.0.0.1 782 6/27/2022
4.0.16.1 770 6/3/2022
4.0.15.1 776 5/27/2022
4.0.14.1 804 5/20/2022
4.0.12.1 831 5/6/2022
4.0.11.1 826 4/22/2022
4.0.10.1 832 4/12/2022
4.0.9.1 798 3/31/2022
4.0.8.1 796 3/22/2022
4.0.7.1 811 3/4/2022
4.0.6.1 768 2/25/2022
4.0.5.1 807 2/17/2022
4.0.4.1 855 2/3/2022
4.0.3.1 784 1/21/2022
4.0.2.1 773 1/14/2022
4.0.1.1 503 12/30/2021
4.0.0.1 493 12/24/2021
3.1.17.1 539 12/17/2021
3.1.16.1 558 12/10/2021
3.1.15.1 893 12/3/2021
3.1.14.1 2,210 11/26/2021
3.1.12.1 594 11/19/2021
3.1.11.1 588 11/12/2021
3.1.10.1 585 10/29/2021
3.1.9.1 592 10/22/2021
3.1.8.1 562 9/24/2021
3.1.7.1 598 9/9/2021
3.1.6.2 853 8/25/2021
3.1.6.1 585 8/25/2021
3.1.5.1 912 8/13/2021
3.1.4.1 748 8/5/2021
3.1.3.1 951 7/23/2021
3.1.2.1 917 7/9/2021
3.1.1.1 720 7/2/2021
3.1.0.1 849 6/23/2021
3.0.16.1 776 6/11/2021
3.0.15.1 594 6/3/2021
3.0.14.1 596 5/25/2021
3.0.13.1 601 5/14/2021
3.0.12.3 608 5/6/2021
3.0.12.1 609 4/30/2021
3.0.11.1 621 4/16/2021
3.0.10.1 627 4/9/2021
3.0.9.1 595 4/2/2021
3.0.8.1 626 3/17/2021
3.0.7.1 636 3/12/2021
3.0.6.1 639 3/9/2021
3.0.5.1 637 2/26/2021
3.0.4.1 620 2/19/2021
3.0.3.2 635 2/16/2021
3.0.3.1 659 2/5/2021
3.0.2.1 620 1/29/2021
3.0.1.1 611 1/19/2021
3.0.0.1 736 12/25/2020
2.1.2.23 723 12/16/2020
2.1.2.21 742 12/4/2020
2.1.2.19 720 11/25/2020
2.1.2.17 734 11/13/2020
2.1.2.15 699 11/9/2020
2.1.2.11 748 10/26/2020
2.1.2.9 735 10/9/2020
2.1.2.7 714 9/25/2020
2.1.2.5 713 9/18/2020
2.1.2.3 719 8/28/2020
2.1.2.1 747 8/12/2020
2.1.1.11 758 8/5/2020
2.1.1.10 763 8/3/2020
2.1.1.9 787 7/31/2020
2.1.1.7 822 7/26/2020
2.1.1.5 695 7/22/2020
2.1.1.3 743 7/16/2020
2.1.1.1 686 7/7/2020
2.1.0.17 759 6/26/2020
2.1.0.15 744 6/19/2020
2.1.0.13 747 6/11/2020
2.1.0.11 809 6/1/2020
2.1.0.9 796 5/18/2020
2.1.0.7 774 5/4/2020
2.1.0.5 778 4/27/2020