Tesseract.Native 5.5.2.200

dotnet add package Tesseract.Native --version 5.5.2.200
                    
NuGet\Install-Package Tesseract.Native -Version 5.5.2.200
                    
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.Native" Version="5.5.2.200" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tesseract.Native" Version="5.5.2.200" />
                    
Directory.Packages.props
<PackageReference Include="Tesseract.Native" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Tesseract.Native --version 5.5.2.200
                    
#r "nuget: Tesseract.Native, 5.5.2.200"
                    
#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.
#:package Tesseract.Native@5.5.2.200
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Tesseract.Native&version=5.5.2.200
                    
Install as a Cake Addin
#tool nuget:?package=Tesseract.Native&version=5.5.2.200
                    
Install as a Cake Tool

Tesseract.Native

Cross-platform native Tesseract OCR + Leptonica binaries (win-x64, win-arm64, linux-x64, linux-arm64, osx-arm64). For browser-wasm, install Tesseract.Native.browser-wasm instead — a statically-linked package, not part of this meta-package's dependency group. See the repo for usage.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Tesseract.Native:

Package Downloads
Tesseract.CrossPlatform

charlesw/tesseract's .NET wrapper for Tesseract OCR, built from a patched fork (jbtule/Tesseract.CrossPlatform-dotnet, master branch) with several native-library-loading fixes -- works cross-platform with zero setup after a normal `dotnet publish -r <rid>`. Depends on Tesseract.Native, so installing this one package restores the matching native binaries for whichever of win-x64/win-arm64/linux-x64/osx-arm64 you're building for. Source-compatible replacement for the stock Tesseract package for typical usage -- same namespace and types -- but requires net8.0/net9.0/net10.0 (the stock package also supports netstandard2.0/net47/net48), and two protected members (PageIterator.handle, ResultRenderer.Handle) changed type from HandleRef to this fork's own NativeHandle. Install this INSTEAD OF Tesseract, not alongside it.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.5.2.200 71 9/10/2026
5.5.2.2 126 9/7/2026