twelve17/openalpr-ios

iOS 8 Support

Skelzor opened this issue · 3 comments

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?

@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?

No response from OP in a while. Closing issue.

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