ByteScout.TextRecognition
2.1.2.268
See the version list below for details.
Install-Package ByteScout.TextRecognition -Version 2.1.2.268
dotnet add package ByteScout.TextRecognition --version 2.1.2.268
<PackageReference Include="ByteScout.TextRecognition" Version="2.1.2.268" />
paket add ByteScout.TextRecognition --version 2.1.2.268
#r "nuget: ByteScout.TextRecognition, 2.1.2.268"
// Install ByteScout.TextRecognition as a Cake Addin
#addin nuget:?package=ByteScout.TextRecognition&version=2.1.2.268
// Install ByteScout.TextRecognition as a Cake Tool
#tool nuget:?package=ByteScout.TextRecognition&version=2.1.2.268
ByteScout Text Recognition SDK FREE Community Edition for .NET, and ActiveX/COM - recognizes text from scanned documents using OCR (Optical Character Recognition).
Product | Versions |
---|---|
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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.4.0.297 | 416 | 6/7/2022 |
2.3.1.295 | 373 | 5/25/2022 |
2.3.0.286 | 292 | 1/25/2022 |
2.2.1.282 | 222 | 11/8/2021 |
2.2.0.278 | 306 | 10/4/2021 |
2.1.4.274 | 262 | 6/18/2021 |
2.1.3.270 | 257 | 6/16/2021 |
2.1.2.268 | 264 | 5/28/2021 |
2.1.1.266 | 236 | 5/26/2021 |
2.1.0.263 | 314 | 5/18/2021 |
2.0.0.260 | 278 | 2/9/2021 |
1.9.0.251 | 297 | 10/26/2020 |
1.8.0.246 | 362 | 9/1/2020 |
1.8.0.242 | 400 | 7/14/2020 |
1.8.0.241 | 372 | 7/3/2020 |
1.7.1.230 | 460 | 4/10/2020 |
1.7.1.228 | 387 | 4/1/2020 |
1.7.1.225 | 387 | 3/19/2020 |
1.7.0.220 | 433 | 2/11/2020 |
1.6.0.216 | 426 | 1/20/2020 |
1.5.1.209 | 458 | 12/26/2019 |
1.5.1.206 | 419 | 12/12/2019 |
1.5.1.204 | 422 | 12/6/2019 |
1.5.1.202 | 416 | 12/4/2019 |
1.5.0.198 | 472 | 11/2/2019 |
1.4.0.194 | 479 | 10/2/2019 |
1.4.0.191 | 438 | 10/1/2019 |
1.3.0.186 | 474 | 9/2/2019 |
1.2.1.183 | 466 | 8/20/2019 |
1.2.1.180 | 466 | 8/15/2019 |
1.2.1.178 | 527 | 8/7/2019 |
1.2.0.175 | 532 | 7/2/2019 |
1.1.0.168 | 570 | 4/18/2019 |
1.0.7.164 | 502 | 3/13/2019 |
1.0.6.154 | 545 | 2/4/2019 |
1.0.5.144 | 751 | 11/20/2018 |
1.0.5.141 | 674 | 10/24/2018 |
1.0.4.132 | 953 | 7/19/2018 |
1.0.3.125 | 998 | 4/10/2018 |
1.0.3.123 | 887 | 4/9/2018 |
1.0.2.120 | 855 | 3/20/2018 |
1.0.1.113 | 901 | 2/22/2018 |
1.0.0.104 | 916 | 2/9/2018 |
1.0.0.100 | 886 | 2/9/2018 |
ByteScout Text Recognition SDK for .NET and ActiveX/COM.
ByteScout, Inc. (c) 2017-2021.
FREE Community Edition
- 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...
NOTE: Community Edition and Trial/Enterprise Edition may differ in features.
History of changes:
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.
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.
...