Skip to content
New issue

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

[UIImage fixOrientation]: unrecognized selector sent to instance #406

Open
RustyKnight opened this issue Jun 16, 2019 · 1 comment
Open

Comments

@RustyKnight
Copy link

RustyKnight commented Jun 16, 2019

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

@AlexIzh
Copy link

AlexIzh commented Jul 9, 2019

Adding -all_load or -force_load to Other Linker Flags should solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants