class Tesseract::Engine::Orientation
Public Class Methods
new(struct)
click to toggle source
# File lib/tesseract/engine/orientation.rb, line 28 def initialize (struct) @internal = struct end
Public Instance Methods
inspect()
click to toggle source
# File lib/tesseract/engine/orientation.rb, line 40 def inspect "#<Orientation: #{orientation} #{writing_direction} #{textline_order} #{deskew_angle}>" end