ByteScout.TextRecognition 2.6.1.323

dotnet add package ByteScout.TextRecognition --version 2.6.1.323                
NuGet\Install-Package ByteScout.TextRecognition -Version 2.6.1.323                
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="2.6.1.323" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ByteScout.TextRecognition --version 2.6.1.323                
#r "nuget: ByteScout.TextRecognition, 2.6.1.323"                
#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.TextRecognition as a Cake Addin
#addin nuget:?package=ByteScout.TextRecognition&version=2.6.1.323

// Install ByteScout.TextRecognition as a Cake Tool
#tool nuget:?package=ByteScout.TextRecognition&version=2.6.1.323                

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.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.

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,013 7/24/2023
2.6.1.320 643 7/14/2023
2.6.0.314 517 5/24/2023
2.6.0.313 520 5/23/2023
2.6.0.312 616 5/9/2023
2.6.0.311 642 4/27/2023
2.5.0.302 936 9/27/2022
2.4.0.297 1,308 6/7/2022
2.3.1.295 1,124 5/25/2022
2.3.0.286 1,044 1/25/2022
2.2.1.282 628 11/8/2021
2.2.0.278 762 10/4/2021
2.1.4.274 673 6/18/2021
2.1.3.270 731 6/16/2021
2.1.2.268 709 5/28/2021
2.1.1.266 655 5/26/2021
2.1.0.263 759 5/18/2021
2.0.0.260 714 2/9/2021
1.9.0.251 746 10/26/2020
1.8.0.246 805 9/1/2020
1.8.0.242 857 7/14/2020
1.8.0.241 804 7/3/2020
1.7.1.230 781 4/10/2020
1.7.1.228 891 4/1/2020
1.7.1.225 812 3/19/2020
1.7.0.220 866 2/11/2020
1.6.0.216 900 1/20/2020
1.5.1.209 892 12/26/2019
1.5.1.206 863 12/12/2019
1.5.1.204 807 12/6/2019
1.5.1.202 852 12/4/2019
1.5.0.198 885 11/2/2019
1.4.0.194 948 10/2/2019
1.4.0.191 888 10/1/2019
1.3.0.186 886 9/2/2019
1.2.1.183 836 8/20/2019
1.2.1.180 948 8/15/2019
1.2.1.178 999 8/7/2019
1.2.0.175 1,002 7/2/2019
1.1.0.168 1,003 4/18/2019
1.0.7.164 834 3/13/2019
1.0.6.154 906 2/4/2019
1.0.5.144 1,114 11/20/2018
1.0.5.141 993 10/24/2018
1.0.4.132 1,270 7/19/2018
1.0.3.125 1,397 4/10/2018
1.0.3.123 1,255 4/9/2018
1.0.2.120 1,219 3/20/2018
1.0.1.113 1,257 2/22/2018
1.0.0.104 1,354 2/9/2018
1.0.0.100 1,235 2/9/2018

ByteScout Text Recognition SDK for .NET and ActiveX/COM.
Artifex Software Inc. (c) 2017-2023.

- 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:

2.6.1.314 (July 14, 2023)
========================
= Other minor improvements and bug fixes.

2.6.0.306 (April 26, 2023)
========================
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

2.5.0.302 (September 27, 2022)
==============================
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

2.4.0.297 (June 7, 2022)
========================
+ Added support for .NET Core 2.1 and later.
- Fixed crash on rotated PDF documents.
= Improved line removal algorithm.
= Suppressed junk console message.
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

2.3.0.286 (January 24, 2022)
============================
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

2.2.0.278 (October 4, 2021)
===========================
+ Added 'WhiteList' and 'BlackList' properties that allows do define a set of characters allowed or disallowed to be recognized from scanned document.
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

2.1.0.263 (May 18, 2021)
========================
= Improved image preprocessing filters API.
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

2.0.0.260 (February 8, 2021)
============================
= 'TextRecognizer' now detects the text color.
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

1.9.0.251 (October 26, 2020)
============================
= Improved detection of OCR language file versions.
- Fixed thread safety issue.
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

1.8.0.239 (July 1, 2020)
========================
+ Added 'Scale' image preprocessing filter.
+ Added methods 'GetOCRObjectsAsJSON()' and 'GetOCRObjectsAsXML()' that return JSON and XML as string.
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

1.7.1.225 (March 19, 2020)
==========================
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

1.7.0.220 (February 11, 2020)
=============================
+ Added support for new revision of PDF encryption (ISO 32000-2:2017 compliance).
+ Added 'LicenseInfo' property providing detailed information about your license.
= Improved parsing and rendering of PDF documents.
= Other minor improvements and bug fixes.

1.6.0.216 (January 20, 2020)
============================
+ Added 'ScreenshotMaker' class allowing to take images from the screen.
+ Added 'Grayscale' image preprocessing filter.

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.

...