{"ParsedResults":[{"FileParseExitCode":-20,"ParsedText":"","ErrorMessage":"Timed out waiting for image parsing result or error generation by OCR","ErrorDetails":"System.TimeoutException: Timed out waiting for image parsing result or error generation by OCR\r\n bei OCRInteractionLibrary.OCRInteractor.GetResultForImage(String tempPath, String imageName, FileInfo imageFileInfo, Boolean isOverlayRequired, AccesorType accesorType) in d:\\1tmp\\OCRReaderSolution914\\OCRReaderSolution\\OCRInteractionLibrary\\OCRInteractor.cs:Zeile 259."}],"OCRExitCode":3,"IsErroredOnProcessing":false,"ErrorMessage":null,"ErrorDetails":null}Hosted Microsoft OCR library: Free OCR API web service
21–30 of 31 posts
Re: Hosted Microsoft OCR library: Free OCR API web service
#22Isn't this a violation of MS's EULA?
License: http://www.microsoft.com/web/webpi/eula/windows_runtime_ocr_...
Re: Hosted Microsoft OCR library: Free OCR API web service
#23Isn't this a violation of MS's EULA?
"One user may install and use copies of the software to design, develop, test and demonstrate your programs. You may not use the software on a server in a production environment." License: http://www.microsoft.com/web/webpi/eula/windows_runtime_ocr_...
"ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS."
Which defines how you can use it in non-development and testing purposes.
Of course, the following clause is just as damning:
"iii. Distribution Restrictions. You may not"
"distribute Distributable Code to run on a platform other than the Windows Store or Windows Phone;"
Re: Hosted Microsoft OCR library: Free OCR API web service
#24Re: Hosted Microsoft OCR library: Free OCR API web service
#25Earlier quoted context omitted.
"One user may install and use copies of the software to design, develop, test and demonstrate your programs. You may not use the software on a server in a production environment." License: http://www.microsoft.com/web/webpi/eula/windows_runtime_ocr_...
And right below that: "ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS." Which defines how you can use it in non-development and testing purposes. Of course, the following clause is just as damning: "iii. Distribution Restrictions. You may not" "distribute Distributable Code to run on a platform other than the Windows Store or Windows Phone;"
Re: Hosted Microsoft OCR library: Free OCR API web service
#26Never used an OCR library before so gave it a challenge with the latest xkcd cartoon. curl https://ocr.a9t9.com/api/Parse/Image --data "apikey=helloworld&url= http://imgs.xkcd.com/comics/bells_theorem.png" { "ParsedResults": [ { "FileParseExitCode": 1, "ParsedText": "T-as IS CALLED I THEOREM. IT LAS FIRST\u2014 t: 1 wostcop n, FASTER- FIRM-LIGHT com)MCBT10N IS E6SlBLE! EL's rta\u201eNDERSTRtDlNGS ELLS THEX\u00dcI I-I…
BELL'5 SECONDTI-IEOREI’I: WWINGSGWTW HPPPBI‘BOFHSFHRFTHEYVIOLMELDCNJTY.
Re: Hosted Microsoft OCR library: Free OCR API web service
#27Isn't this a violation of MS's EULA?
"One user may install and use copies of the software to design, develop, test and demonstrate your programs. You may not use the software on a server in a production environment." License: http://www.microsoft.com/web/webpi/eula/windows_runtime_ocr_...
The good news: In Win 10 the separate library is gone and the OCR feature is a regular part of Windows (Windows.Media.Ocr namespace). Along with this, the separate OCR runtime license is gone. -> I could not find any hint that the new OcrEngine class (or Windows Store apps in general!) have similar "no server use" restrictions -> I will move the OCR app to a Win 10 platform asap.
And while I can not speak for Microsoft, I have good reasons to assume that the ocr api service is doing Microsoft a favor by advertising the great Win 10 OCR features. My web service allows for quick prototyping and testing on any platform. But ultimately no web api can be as responsive as a native OCR solution - which is only available on the Windows platform.
I would not be surprised if the OCR engine shows up in Windows Server 2016, directly usable from ASP.NET.
Re: Hosted Microsoft OCR library: Free OCR API web service
#28I got this error; are you a victim of your own popularity? {"ParsedResults":[{"FileParseExitCode":-20,"ParsedText":"","ErrorMessage":"Timed out waiting for image parsing result or error generation by OCR","ErrorDetails":"System.TimeoutException: Timed out waiting for image parsing result or error generation by OCR\r\n bei OCRInteractionLibrary.OCRInteractor.GetResultForImage(String tempPath, String imageName, FileInf…
Re: Hosted Microsoft OCR library: Free OCR API web service
#29Isn't this a violation of MS's EULA?
If not, who cares what an EULA says, it's not a contract.