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
<PackageReference Include="Tesseract.Native" Version="5.5.2.200" />
<PackageVersion Include="Tesseract.Native" Version="5.5.2.200" />
<PackageReference Include="Tesseract.Native" />
paket add Tesseract.Native --version 5.5.2.200
#r "nuget: Tesseract.Native, 5.5.2.200"
#:package Tesseract.Native@5.5.2.200
#addin nuget:?package=Tesseract.Native&version=5.5.2.200
#tool nuget:?package=Tesseract.Native&version=5.5.2.200
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.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Tesseract.Native.runtime.linux-arm64 (>= 5.5.2.200)
- Tesseract.Native.runtime.linux-x64 (>= 5.5.2.200)
- Tesseract.Native.runtime.osx-arm64 (>= 5.5.2.200)
- Tesseract.Native.runtime.win-arm64 (>= 5.5.2.200)
- Tesseract.Native.runtime.win-x64 (>= 5.5.2.200)
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.