Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing components and tools for build #4

Open
stweil opened this issue Jun 8, 2018 · 1 comment
Open

Missing components and tools for build #4

stweil opened this issue Jun 8, 2018 · 1 comment

Comments

@stweil
Copy link

stweil commented Jun 8, 2018

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?

@kaifuzi
Copy link

kaifuzi commented Jul 23, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants