Hosted Microsoft OCR library: Free OCR API web service
1–10 of 31 posts
Re: Hosted Microsoft OCR library: Free OCR API web service
#2Re: Hosted Microsoft OCR library: Free OCR API web service
#3Is it general knowledge that Microsofts OCR libs are better than Tesseract?
Re: Hosted Microsoft OCR library: Free OCR API web service
#4To give an example, a part of the text read "the limit" and was parsed as as "he imit". This despite it being extremely clear / easy to read for a human.
Update: Took another picture and uploaded a JPG instead of the original PDF. It worked fine this time.
Re: Hosted Microsoft OCR library: Free OCR API web service
#5curl 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-IPPPEN VIOLATE LOCALITY", "ErrorMessage": "", "ErrorDetails": "" } ], "OCRExitCode": 1, "IsErroredOnProcessing": false, "ErrorMessage": null, "ErrorDetails": null }
Re: Hosted Microsoft OCR library: Free OCR API web service
#6Re: Hosted Microsoft OCR library: Free OCR API web service
#7Re: Hosted Microsoft OCR library: Free OCR API web service
#8Re: Hosted Microsoft OCR library: Free OCR API web service
#9Never 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…
curl https://ocr.a9t9.com/api/Parse/Image --data "apikey=helloworld&url=http://www.uky.edu/Providers/ScannedText/page1s.jpeg" {"ParsedResults":[{"FileParseExitCode":1,"ParsedText":"In 1830 there were but twenty-three \r\nmiles of railroad in operation in the \r\nUnited States, and in that year Ken- \r\ntucky took the initial step in the work \r\nwest of fhe Alleghanies. An Act to \r\nincorporate the Lexington & Ohio \r\nRailway Company was approved by \r\nGov. Metcalf, Jarinary 27, 1830.. It \r\nprovided for the construction and reÔÇó \r\n","ErrorMessage":"","ErrorDetails":""}],"OCRExitCode":1,"IsErroredOnProcessing":false,"ErrorMessage":null,"ErrorDetails":null}
Re: Hosted Microsoft OCR library: Free OCR API web service
#10Can anybody recommend any good open source OCR libraries that run under *nix?