gali8 / Tesseract-OCR-iOS

Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64.
http://www.nexor.it
MIT License
4.22k stars 949 forks source link

Unable to set writing direction and text line order #206

Closed iori57 closed 9 years ago

iori57 commented 9 years ago

Inside G8Constants.h there were G8WritingDirection and G8TextLineOrder so I assume that we can change this setting in tesseract. However after I initialized tesseract and try to set writing direction, it gives the error: "Cannot assign to writingDirection in tesseract"

Is it read only? Is there another way to set it?

Thanks!

ws233 commented 9 years ago

@iori57, pls, refer to the API docs.

iori57 commented 9 years ago

Sorry if it is a stupid question.. so does it mean that it is read only and it will be automatically detected and does not need to be configured manually?

ws233 commented 9 years ago

Yes, it how it's been developed.