NMAC427 / SwiftOCR

Fast and simple OCR library written in Swift
Apache License 2.0
4.62k stars 480 forks source link

Creating a multi-line version of SwiftOCR - Nicolas, need your help #130

Open jerrykest opened 6 years ago

jerrykest commented 6 years ago

Hi Nicolas - I've gone through the universe of OCR SDKs for iOS mobile devices that work via the video-preview mode, for a fairly important use case, and nothing works as well as SwiftOCR - except maybe ABBYY. Definitely not Tesseract for the use case we have - it doesn't work. I could use your help and would like to make it worth your time.

Here's the story: We got our app working on Android, using Google Mobile Vision SDK, but its Text Recognition API is not part of their iOS release. See this video for our Android app in action: https://buildinglink.com/Marketing/Public/introducing-image-r

SwiftOCR seems to work well for iOS, but the issue is - it only processes a single string of text.

Can I engage you in a project to expand its capabilities to process more than one string?

-Jerry

PamPanIOS commented 6 years ago

Did u found a valid way to solve this problem? Can u share it to me? Thanks a lot!