Microsoft OCR Library for Windows Runtime
blogs.windows.com
Microsoft OCR Library for Windows Runtime
1–10 of 48 posts
Re: Microsoft OCR Library for Windows Runtime
#2Re: Microsoft OCR Library for Windows Runtime
#3Re: Microsoft OCR Library for Windows Runtime
#4Re: Microsoft OCR Library for Windows Runtime
#5Off topic, but this made me think that it would be neat if libraries on places like github and nuget could someout include "cited by" data. Something that referenced open source (maybe closed source too) projects that had a dependency to the library similar to google scholar or CiteSeerX.
Re: Microsoft OCR Library for Windows Runtime
#6is this better than the terrassect OCR?
Re: Microsoft OCR Library for Windows Runtime
#7Re: Microsoft OCR Library for Windows Runtime
#8You can use our python bindings for both[3,4], although they might be slightly outdated:
[1] https://code.google.com/p/tesseract-ocr/
[2] http://libccv.org/doc/doc-swt/
Re: Microsoft OCR Library for Windows Runtime
#9It doesn't appear that you can use this in a 'normal' .NET app. Any ideas why?
nb: haven't actually tested past installation at this stage.
edit: nope :(
Re: Microsoft OCR Library for Windows Runtime
#10It doesn't appear that you can use this in a 'normal' .NET app. Any ideas why?
packages\Microsoft.Windows.Ocr.1.0.0\lib\win81
Within this, there are 'ARM' 'x86' and 'x64' directories and dlls within them. VS refuses to add them to my project, so I'm guessing they're native and not COM libraries.Why would I think they might be .NET libraries if they have 'x86' and 'x64' labels? Because C++/CLI has to be compiled to separate dlls, I believe.