Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.41 KB

extract-assemblies-from-nuget.md

File metadata and controls

39 lines (26 loc) · 1.41 KB
title description type page_title slug tags res_type
How to Extract Assemblies Contained inside a NuGet Package
Learn How to Extract Assemblies Contained inside a NuGet Package.
how-to
How to Extract Assemblies Contained inside a NuGet Package
extract-assemblies-from-nuget
extract, dll, reference, assembly, nuget, package
kb

Environment

Version Product Author
Q1 2025 Document Processing Libraries Desislava Yordanova

Description

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

note A similar approach can be followed for any other NuGet package in order to extract the assemblies contained inside the .nupkg.

Solution

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

Extract from NuGet

2. Find the contained assemvlies in the lib folder:

Extracted Assemblies

3. Use explicitly this Tesseract.dll in your project.

See Also

  • [Prerequisites]({%slug radpdfprocessing-formats-and-conversion-ocr-prerequisites%})
  • [Using OcrFormatProvider]({%slug radpdfprocessing-formats-and-conversion-ocr-ocrformatprovider%})
  • [Available NuGet Packages]({%slug available-nuget-packages%})