Open
Description
In the Tesseract NuGet package, the native DLLs are in following folders:
\x64
\x86
Could they please be moved to the standard location? That is:
\runtimes\win-x64\native
\runtimes\win-x86\native
This would enable Tesseract to work with tools such as LINQPad. (As it is, it can only work with MSBuild.)
Here's the documentation on naming folders in NuGet (jump to "Architecture-specific folders"):
https://docs.microsoft.com/en-us/nuget/create-packages/supporting-multiple-target-frameworks.
And here's the complete list of RIDs:
https://docs.microsoft.com/en-us/dotnet/core/rid-catalog
Activity