Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64.
Stars
7
Forks
0
Watchers
7
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
489
commits
Revert "Fixes issue when registered observer is deallocated"
85701b1View on GitHubFixes issue when registered observer is deallocated. This is problematic as if the object is not unregistered the notification center can still send notification even after the object has been deallocated. In that case we would get a crash.
c1efd63View on GitHub