New to Telerik Document ProcessingStart a free 30-day trial

How to Extract Assemblies Contained inside a NuGet Package

Updated on Jun 5, 2026

Environment

VersionProductAuthor
Q1 2025Document Processing LibrariesDesislava Yordanova

Description

This article demonstrates how to extract the signed Tesseract.dll from the Telerik.Windows.Documents.TesseractOcr NuGet package.

You can follow a similar approach for any other NuGet package to extract the assemblies contained inside the .nupkg file.

Solution

  1. Right-click the Telerik.Windows.Documents.TesseractOcr NuGet package and select Extract with 7-Zip:

    Extract from NuGet

  2. Find the contained assemblies in the lib folder:

    Extracted Assemblies

  3. Reference the extracted Tesseract.dll in your project.

See Also