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"
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?
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!