I am looking for a tesseract wrapper that works with .net core; Currently, when I add the nuget tesseract package, I get the warning:
Package 'Tesseract 3.0.2' was restored using '.NETFramework,Version=v4.6.1'
instead of the project target framework '.NETCoreApp,Version=v2.1'.
This package may not be fully compatible with your project.
Any help?