We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS 10.15 Beta 19A471t Xcode 10.2.1 (10E1001) iOS (physical device) 12.3.1
TesseractOCR.framework (4.0.0) installed via Carthage and added to projects "Linked Frameworks and Libraries"
Recognition code take from examples. Error occurs on:
operation.tesseract.image = image;
Image is captured from the camera an in the "Up" orientation
The text was updated successfully, but these errors were encountered:
Adding -all_load or -force_load to Other Linker Flags should solve the issue.
-all_load
-force_load
Other Linker Flags
Sorry, something went wrong.
No branches or pull requests
macOS 10.15 Beta 19A471t
Xcode 10.2.1 (10E1001)
iOS (physical device) 12.3.1
TesseractOCR.framework (4.0.0) installed via Carthage and added to projects "Linked Frameworks and Libraries"
Recognition code take from examples. Error occurs on:
operation.tesseract.image = image;
Image is captured from the camera an in the "Up" orientation
The text was updated successfully, but these errors were encountered: