Tesseract 2.3.0

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

// Install Tesseract as a Cake Tool
#tool nuget:?package=Tesseract&version=2.3.0

Tesseract is probably the most accurate open source OCR engine available. Combined with the Leptonica Image Processing Library it can read a wide variety of image formats and convert them to text in over 60 languages. It was one of the top 3 engines in the 1995 UNLV Accuracy test. Between 1995 and 2006 it had little work done on it, but since then it has been improved extensively by Google. It is released under the Apache License 2.0.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  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.

GitHub repositories (8)

Showing the top 5 popular GitHub repositories that depend on Tesseract:

Repository Stars
Danily07/Translumo
Advanced real-time screen translator for games, hardcoded subtitles in videos, static text and etc.
Andrewthe13th/Inventory_Kamera
Scans Genshin Impact characters, artifacts, and weapons from the game window into a JSON file.
RatScanner/RatScanner
Rat Scanner a helpful tool for Escape from Tarkov.
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
A9T9/Free-Ocr-Windows-Desktop
Free open-source OCR application for the Windows Desktop - A modern GUI front-end for the Tesseract OCR engine. The application also includes support for reading and OCR'ing PDF files.
Version Downloads Last updated
2.3.0 5,248 3/29/2015
2.2.0 2,156 1/26/2015
2.1.1.1 1,558 12/2/2014
2.1.0.1 2,698 11/1/2014
2.0.0.1 1,451 9/21/2014
1.0.12 3,124 6/28/2014
1.0.11 117 6/22/2014
1.0.10 290 1/27/2014
1.0.9 52 1/24/2014
1.0.8 81 1/6/2014
1.0.7 52 1/3/2014
1.0.6 89 12/24/2013
1.0.5 53 12/20/2013
1.0.4 64 12/10/2013
1.0.0-alpha2 45 10/4/2013
1.0.0-alpha1 44 10/4/2013

* Support for OsdOnly mode - [Issue 156](https://github.com/charlesw/tesseract/issues/156)
* Support for saving the thresholded image to tessinput.tif when tessedit_write_images is set - [Issue 160](https://github.com/charlesw/tesseract/issues/160)
* Support for specifying custom search directory for dlls and improved logging - [Issue 157](https://github.com/charlesw/tesseract/issues/157)