twelve17 / openalpr-ios

Xcode Framework for the openalpr library
GNU General Public License v3.0
116 stars 35 forks source link

iOS 8 Support #19

Closed Skelzor closed 8 years ago

Skelzor commented 8 years ago

I have issues running openALPR on iOS 8. The image-recognition process starts but never finishes. The whole framework is build for iOS 9, including the Tesseract-Framework. But the iOS-Version of Tesseract here is build for iOS 7.

As far as I dive in, I can't understand the problems with the iOS Versions, because the Frameworks are written in C and don't use plattform-specific features - so I have no entry point to find the bug. Has someone a hint for me where the problem in the image-recognition process could be?

twelve17 commented 8 years ago

@Skelzor This script does not use the tesseract code from the "Tesseract-OCR-iOS" project, it uses the original tesseract sources and builds for iOS 9. I'm not sure how to debug your issue. There may be something printed in the debug console, perhaps?

twelve17 commented 8 years ago

No response from OP in a while. Closing issue.

GulinSS commented 8 years ago

Same issue. Can't even understand why it is not working at <9.0