chris234 Posted June 1, 2021 Share Posted June 1, 2021 I'd like to be able to access the OCR features in Window 10's API directly from AutoIT, but I can't find a way to get a connection directly into the Universal Windows Platform without another interface using some form of the SDK. Specifically the namespace is Windows.Media.Ocr and the class of most use would be OcrEngine. Has anybody worked out a way of accessing the Windows 10's UWP API directly from AutoIT? Or do I need to some sort of interface using a Microsoft development product? Alternatively there seems to have been discussion in the past about using Tesseract. Is this the way most people have gone? Link to comment Share on other sites More sharing options...
argumentum Posted June 1, 2021 Share Posted June 1, 2021 if you have ms office installed with the OCR ( it worked with 2007. I remember that ) then there was code in the forum to it work. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
chris234 Posted June 2, 2021 Author Share Posted June 2, 2021 19 hours ago, argumentum said: if you have ms office installed with the OCR ( it worked with 2007. I remember that ) then there was code in the forum to it work. Access via COM was removed from MS Office in 2010, and I don't imagine that the 2007 version would be accessing the WIndows 10 version. However it is an option, and it reminds me that using OneNote in some manner may be an option as well argumentum 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now