Tesseract.Native.browser-wasm
Static Tesseract OCR + Leptonica libraries for browser-wasm, built from upstream source via Emscripten (scripts/build-native-wasm.sh) -- vcpkg's tesseract port excludes Emscripten, so this RID can't be built the same way as Tesseract.Native's other runtime.<rid> packages. There is no dlopen-style loader under browser-wasm: this package's buildTransitive target injects these .a files into your own `dotnet publish -r browser-wasm` via <NativeFileReference> instead, so `dotnet add package Tesseract.CrossPlatform` + `dotnet add package Tesseract.Native.browser-wasm` + `dotnet publish -r browser-wasm` is all that's needed. Deliberately not part of the Tesseract.Native meta-package's dependency group -- its runtimes/<rid>/native restore convention and this package's buildTransitive convention are different NuGet mechanisms, and every consumer restoring Emscripten-only content regardless of RID would be pure waste. No image codec libraries are linked in (see Tesseract.CrossPlatform.SkiaSharp for a decoder-agnostic way to feed it already-decoded pixels instead).
Install
dotnet add package Tesseract.Native.browser-wasm --version 5.5.2.200
Install-Package Tesseract.Native.browser-wasm -Version 5.5.2.200
<PackageReference Include="Tesseract.Native.browser-wasm" Version="5.5.2.200" />
Frameworks
No framework metadata available.
Dependencies
No declared dependencies.
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
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.