You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to build the software without additional components.
Here are some of the warnings reported by Visual Studio 2017 (German):
Warnung Das benutzerdefinierte Tool "XamlIntelliSenseFileGenerator" kann nicht gefunden werden. (a9t9)OcrDesktop\App.xaml
Warnung Die Komponente "Ghostscript.NET", auf die verwiesen wird, wurde nicht gefunden. (a9t9)OcrDesktop
Warnung Die Komponente "GongSolutions.Wpf.DragDrop", auf die verwiesen wird, wurde nicht gefunden. (a9t9)OcrDesktop
Warnung Die Komponente "System.Windows.Interactivity", auf die verwiesen wird, wurde nicht gefunden. (a9t9)OcrDesktop
Warnung Die Komponente "Tesseract", auf die verwiesen wird, wurde nicht gefunden. (a9t9)OcrDesktop
Where can I get the missing components and the missing tool?
The text was updated successfully, but these errors were encountered:
I have built this project successfully by VS 2015. Nuget will get Ghostscript.NET, gong-wpf-dragdrop and Tesseract automatically. You just need to copy liblept168.dll and libtesseract302.dll from Tesseract.2.2.0.0\content to x64 & x86.
It is not possible to build the software without additional components.
Here are some of the warnings reported by Visual Studio 2017 (German):
Where can I get the missing components and the missing tool?
The text was updated successfully, but these errors were encountered: