Bytescout.InvoiceParser 1.3.1.152

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bytescout.InvoiceParser --version 1.3.1.152
NuGet\Install-Package Bytescout.InvoiceParser -Version 1.3.1.152
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="Bytescout.InvoiceParser" Version="1.3.1.152" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bytescout.InvoiceParser --version 1.3.1.152
#r "nuget: Bytescout.InvoiceParser, 1.3.1.152"
#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.
// Install Bytescout.InvoiceParser as a Cake Addin
#addin nuget:?package=Bytescout.InvoiceParser&version=1.3.1.152

// Install Bytescout.InvoiceParser as a Cake Tool
#tool nuget:?package=Bytescout.InvoiceParser&version=1.3.1.152

ByteScout Invoice Parser SDK for .NET, ASP.NET, ActiveX - parse common data from invoices in PDF and raster image formats.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,142 3/20/2020
2.4.0.334 850 12/25/2019
2.4.0.317 809 12/12/2019
2.4.0.313 789 12/6/2019
2.4.0.312 732 12/4/2019
2.3.0.303 742 11/2/2019
2.2.0.290 853 10/1/2019
2.1.0.281 883 9/2/2019
2.0.1.271 920 8/15/2019
2.0.1.269 971 8/8/2019
1.6.0.230 1,220 4/22/2019
1.5.0.216 771 3/12/2019
1.4.0.197 875 1/17/2019
1.4.0.195 871 1/17/2019
1.3.1.166 1,015 9/17/2018
1.3.1.152 1,229 8/9/2018
1.3.1.150 1,153 8/2/2018
1.3.1.148 1,108 8/2/2018

1.3.0.128 (July 25, 2018)
+ Added support for multiple documents in single PDF file.
+ Added support for multiple tables in a single document.
+ Added page indexes to parsing results.

1.2.0.128 (July 18, 2018)
+ Added support for multi-page table data.
+ Added image preprocessing filters allowing to improve OCR quality.
= Default OCRMode changed to Auto.
= Embedded English language file into resources.

...