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 |
Version | Product | Author |
---|---|---|
Q1 2025 | Document Processing Libraries | Desislava Yordanova |
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.
1. Right-click on the Telerik.Windows.Documents.TesseractOcr NuGet package and select Extract Using 7-Zip:
2. Find the contained assemvlies in the lib folder:
3. Use explicitly this Tesseract.dll in your project.
- [Prerequisites]({%slug radpdfprocessing-formats-and-conversion-ocr-prerequisites%})
- [Using OcrFormatProvider]({%slug radpdfprocessing-formats-and-conversion-ocr-ocrformatprovider%})
- [Available NuGet Packages]({%slug available-nuget-packages%})