Tesseract 2.3.0
dotnet add package Tesseract --version 2.3.0
NuGet\Install-Package Tesseract -Version 2.3.0
<PackageReference Include="Tesseract" Version="2.3.0" />
<PackageVersion Include="Tesseract" Version="2.3.0" />
<PackageReference Include="Tesseract" />
paket add Tesseract --version 2.3.0
#r "nuget: Tesseract, 2.3.0"
#addin nuget:?package=Tesseract&version=2.3.0
#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 | Versions 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. |
This package has no dependencies.
GitHub repositories (9)
Showing the top 9 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.
|
|
WFCD/WFinfo
:computer: A fissure Companion App for Warframe
|
|
EasyConNS/EasyCon
a ns gamepad controller
|
|
robela/OCR-Invoice
a console application that would run on Windows server to scan user’s Bill and Receipts, which are either captured by camera or in form of an electronic file like pdf etc. 1. All the invoices/receipts will be uploaded on server in a folder 2. The uploaded invoices/receipts will be scanned by OCR app and extract following information from the file and put them in database table - Vendor/Party Name - Invoice date - Tax amount - Total amount - Line items(Item Name, Item Qty, Item rate, Item Tax & Item Amount) 3. The processing of OCR should be done with 90% of accuracy 4. Application designed be able to handle the noise & quality of the uploaded invoice images.
|
|
thepirat000/Snipping-Ocr
A simple Snipping tool for Windows with OCR capabilities
|
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 5,250 | 3/29/2015 |
2.2.0 | 2,157 | 1/26/2015 |
2.1.1.1 | 1,560 | 12/2/2014 |
2.1.0.1 | 2,700 | 11/1/2014 |
2.0.0.1 | 1,453 | 9/21/2014 |
1.0.12 | 3,126 | 6/28/2014 |
1.0.11 | 119 | 6/22/2014 |
1.0.10 | 291 | 1/27/2014 |
1.0.9 | 53 | 1/24/2014 |
1.0.8 | 83 | 1/6/2014 |
1.0.7 | 54 | 1/3/2014 |
1.0.6 | 91 | 12/24/2013 |
1.0.5 | 58 | 12/20/2013 |
1.0.4 | 66 | 12/10/2013 |
1.0.0-alpha2 | 47 | 10/4/2013 |
1.0.0-alpha1 | 46 | 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)