Bytescout.InvoiceParser
2.4.0.334
See the version list below for details.
dotnet add package Bytescout.InvoiceParser --version 2.4.0.334
NuGet\Install-Package Bytescout.InvoiceParser -Version 2.4.0.334
<PackageReference Include="Bytescout.InvoiceParser" Version="2.4.0.334" />
paket add Bytescout.InvoiceParser --version 2.4.0.334
#r "nuget: Bytescout.InvoiceParser, 2.4.0.334"
// Install Bytescout.InvoiceParser as a Cake Addin #addin nuget:?package=Bytescout.InvoiceParser&version=2.4.0.334 // Install Bytescout.InvoiceParser as a Cake Tool #tool nuget:?package=Bytescout.InvoiceParser&version=2.4.0.334
ByteScout Invoice Parser SDK for .NET, ASP.NET, ActiveX - parse common data from invoices in PDF and raster image formats.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 is compatible. 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 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0.357 | 1,355 | 3/20/2020 |
2.4.0.334 | 970 | 12/25/2019 |
2.4.0.317 | 927 | 12/12/2019 |
2.4.0.313 | 898 | 12/6/2019 |
2.4.0.312 | 836 | 12/4/2019 |
2.3.0.303 | 857 | 11/2/2019 |
2.2.0.290 | 978 | 10/1/2019 |
2.1.0.281 | 980 | 9/2/2019 |
2.0.1.271 | 1,014 | 8/15/2019 |
2.0.1.269 | 1,125 | 8/8/2019 |
1.6.0.230 | 1,340 | 4/22/2019 |
1.5.0.216 | 844 | 3/12/2019 |
1.4.0.197 | 967 | 1/17/2019 |
1.4.0.195 | 969 | 1/17/2019 |
1.3.1.166 | 1,100 | 9/17/2018 |
1.3.1.152 | 1,342 | 8/9/2018 |
1.3.1.150 | 1,222 | 8/2/2018 |
1.3.1.148 | 1,190 | 8/2/2018 |
ByteScout Invoice Parser SDK for .NET, ASP.NET, ActiveX
ByteScout, Inc. (c) 2018-2019
System Requirements: .NET Framework 2.0 or later.
Works with: .NET, ASP.NET, ActiveX, Visual Basic 6, Classic ASP, Delphi and others.
Features:
- Parses common data from invoices in PDF and raster image formats;
- Outputs data in JSON, XML, and YAML formats.
History of changes:
2.4.0.312 (December 4, 2019)
============================
= Improved parsing capabilities.
= Improved PDF extraction and rendering.
= Other minor bugfixes and improvements.
2.3.0.304 (November 1, 2019)
============================
= Improved parsing capabilities.
= Improved PDF extraction and rendering.
= Other minor bugfixes and improvements.
2.2.0.289 (October 1, 2019)
===========================
= Improved parsing capabilities.
= Improved PDF extraction and rendering.
= Other minor bugfixes and improvements.
2.1.0 (September 2, 2019)
=========================
= Improved parsing capabilities.
= Improved PDF extraction and rendering.
= Other minor bugfixes and improvements.
2.0.1.266 (August 6, 2019)
==========================
= Improved parsing capabilities.
= Improved OCR performance and stability.
+ Added `OCRMaximizeCPUUtilization` that allows improving OCR performance at the cost of maximized CPU utilization.
+ Added XML output format.
= Improved PDF extraction and rendering.
= Other minor bugfixes and improvements.
1.6.0.227 (April 22, 2019)
==========================
= Improved the optical recognition (OCR).
= Improved PDF extraction and rendering.
1.5.0.215 (March 12, 2019)
==========================
= Improved document parsing.
= Improved company name detection.
+ Added support for localized templates.
+ Added localized template for the Dutch language.
= Improved PDF extraction.
1.4.0.195 (January 17, 2019)
=========================
= Improved Generic template.
+ Added BatchProcessing module.
+ Added image preprocessing filters allowing to improve OCR quality.
= Improved parsing of PDF documents.
= Default OCRMode changed to Auto.
= Embedded English language file into resources.
...