Skip to main content
TesseractOCR package icon

TesseractOCR

Tesseract 5.3.1 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns. Compatibility with Tesseract 3 is enabled by using the Legacy OCR Engine mode (--oem 0). It also needs traineddata files which support the legacy engine, for example those from the tessdata repository.

Total Downloads
501.4K
501,380
Published
Aug 15, 2023
Latest stable version

Install

.NET CLI
dotnet add package TesseractOCR --version 5.3.5
Package Manager Console
Install-Package TesseractOCR -Version 5.3.5
PackageReference
<PackageReference Include="TesseractOCR" Version="5.3.5" />

Frameworks

.NETFramework4.6.1 .NETFramework4.8 net5.0 net6.0 .NETStandard2.1

Dependencies

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 5 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.