ByteScout.TextRecognition 1.5.1.206

There is a newer version of this package available.
See the version list below for details.
dotnet add package ByteScout.TextRecognition --version 1.5.1.206
                    
NuGet\Install-Package ByteScout.TextRecognition -Version 1.5.1.206
                    
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.TextRecognition" Version="1.5.1.206" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ByteScout.TextRecognition" Version="1.5.1.206" />
                    
Directory.Packages.props
<PackageReference Include="ByteScout.TextRecognition" />
                    
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 ByteScout.TextRecognition --version 1.5.1.206
                    
#r "nuget: ByteScout.TextRecognition, 1.5.1.206"
                    
#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=ByteScout.TextRecognition&version=1.5.1.206
                    
Install ByteScout.TextRecognition as a Cake Addin
#tool nuget:?package=ByteScout.TextRecognition&version=1.5.1.206
                    
Install ByteScout.TextRecognition as a Cake Tool

ByteScout Text Recognition SDK for .NET, and ActiveX/COM - recognizes text from scanned documents using OCR (Optical Character Recognition).

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
2.6.1.323 1,090 7/24/2023
2.6.1.320 653 7/14/2023
2.6.0.314 534 5/24/2023
2.6.0.313 551 5/23/2023
2.6.0.312 634 5/9/2023
2.6.0.311 661 4/27/2023
2.5.0.302 973 9/27/2022
2.4.0.297 1,344 6/7/2022
2.3.1.295 1,163 5/25/2022
2.3.0.286 1,084 1/25/2022
2.2.1.282 670 11/8/2021
2.2.0.278 803 10/4/2021
2.1.4.274 712 6/18/2021
2.1.3.270 770 6/16/2021
2.1.2.268 759 5/28/2021
2.1.1.266 699 5/26/2021
2.1.0.263 800 5/18/2021
2.0.0.260 761 2/9/2021
1.9.0.251 797 10/26/2020
1.8.0.246 851 9/1/2020
1.8.0.242 903 7/14/2020
1.8.0.241 850 7/3/2020
1.7.1.230 840 4/10/2020
1.7.1.228 942 4/1/2020
1.7.1.225 862 3/19/2020
1.7.0.220 916 2/11/2020
1.6.0.216 949 1/20/2020
1.5.1.209 942 12/26/2019
1.5.1.206 913 12/12/2019
1.5.1.204 857 12/6/2019
1.5.1.202 902 12/4/2019
1.5.0.198 935 11/2/2019
1.4.0.194 1,001 10/2/2019
1.4.0.191 942 10/1/2019
1.3.0.186 936 9/2/2019
1.2.1.183 889 8/20/2019
1.2.1.180 999 8/15/2019
1.2.1.178 1,075 8/7/2019
1.2.0.175 1,052 7/2/2019
1.1.0.168 1,058 4/18/2019
1.0.7.164 893 3/13/2019
1.0.6.154 964 2/4/2019
1.0.5.144 1,180 11/20/2018
1.0.5.141 1,074 10/24/2018
1.0.4.132 1,442 7/19/2018
1.0.3.125 1,574 4/10/2018
1.0.3.123 1,432 4/9/2018
1.0.2.120 1,339 3/20/2018
1.0.1.113 1,434 2/22/2018
1.0.0.104 1,536 2/9/2018
1.0.0.100 1,428 2/9/2018

ByteScout Text Recognition SDK for .NET and ActiveX/COM.
ByteScout, Inc. (c) 2017-2019.

- Recognizes text from scanned documents (images or PDF) using OCR (Optical Character Recognition).
- Recognizes data from whole document page or specified rectangular regions.
- Provides graphics filters to improve the recognition confidence of scanned documents.
- Provides interface to add automatic corrections of OCR errors.
- Provides ActiveX/COM interface to use from legacy programming languages (Visual Basic 6, Delphi) and scripting (VBscript, JScript and others).
- And much more...

History of changes:

1.5.1.202 (December 4, 2019)
============================
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

1.5.0.198 (November 1, 2019)
============================
- Fixed line removal filters.
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

1.4.0.190 (October 1, 2019)
===========================
+ Added property `UnwrapParagraphs`.
+ Added property `TrimLeadingSpaces`.
+ Added methods to export OCR objects to JSON and XML.
= Improved text formatting.
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

1.3.0.186 (September 2, 2019)
=============================
= Added methods to get rendered document page with preprocessing filters applied.
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes

1.2.1.177 (August 6, 2019)
==========================
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes

1.2.0.173 (July 2, 2019)
========================
+ Added property `OCRMaximizeCPUUtilization` that allows to improve OCR performance at the cost of maximized CPU utilization.
= Improved OCR rotation detection.
- Fixed OCR crash on systems with CPU without AVX and AVX2 extensions.
- Fixed OCR crash when working under limited system accounts.
= Improved PDF documents rendering.
= Other minor improvements and bug fixes

1.1.0.167 (April 18, 2019)
==========================
= Greatly improved OCR quality.
= Improved PDF documents rendering.
= Other minor improvements and bug fixes

1.0.7.160 (March 12, 2019)
======================
= Improved Deskew image preprocessing filter.
= Improved PDF rendering.
= Other minor improvements and bug fixes

...