Hi there, thanks for this tutorial, it has been a lot of fun so far.
I was wondering why libstdc++.dylib is .tbd for me in xcode 7? Is that the same thing?
Thanks for your help in advance.
Hello,
just for future reference: xcode was complaining about the imagepicker delegate. I had to change the method argument to didFinishPickingMediaWithInfo info: [String : AnyObject], instead of [NSObject : AnyObject].
First, for the tbd, it’s just a compact version of the dylib that Apple made to reduce compiled size.
Now, a question about Tesseract:
The tutorial shows how to handle an image, but is there a way to do the same with a video stream? What I want to do is something like Apple’s iTunes card reader, to recognise text or character in real time from a video.
I wander if it’s possible and if you can hit on a way to do it.
Thanks.
@tuzzo77 I was facing the same issue yesterday but you will have to give additional details shown in the error. Mine was related to the Test folder created in the project so after disabling the test, it started working.
Hello! I have a question about the iPhone app “Google Translate” by Google. Do you think it is built on top of Tesseract? That application is AMAZING! Also super fast. That’s why I’m asking. Or do you think they actually leverage some Google’s computing power on the cloud?
And lastly, do you know any open source library that help you select text/section of image by swipe your finger on it like the Google Translate app?
Thank you very much!
Thanks for a great tutorial. You mentioned “Tesseract is unable to recognize handwriting”. What iPhone OCR SDK would you recommend for text drawn directly on the iPad Pro using the stylus? Something that might scan the input a character at a time?
By the way, if you simply put your form in a tableView, you won’t have to deal with all the moving the view up and down for the keyboard. It will handle all of that for you automatically.
Any idea why the number is not being recognized in this image? I get a blank result. (fyi, the actual image https://www.onlinelistmaster.com/ocrTest.jpg is not rotated like that)
if you want to scan only an area of your image, why not have a try with zonal OCR. That means you can only control to scan and OCR the specific area of you image. Certainly, if you have the need of recognize multiple zones on your images, that’s allowed.
I am having trouble on adding new language , as for now i want to add Korian language, please provide the associated trained language link for the sdk used in this project , When i download trained data from link provided and used in this project it crashes ! . Finger crossing,