class Tesseract::Engine::Iterator::Word

Public Instance Methods

font_attributes() click to toggle source
# File lib/tesseract/engine/iterator.rb, line 96
def font_attributes
        FontAttributes.new(@iterator.word_font_attributes)
end
from_dictionary?() click to toggle source
# File lib/tesseract/engine/iterator.rb, line 101
def from_dictionary?
        @iterator.word_is_from_dictionary?
end
numeric?() click to toggle source
# File lib/tesseract/engine/iterator.rb, line 106
def numeric?
        @iterator.word_is_numeric?
end