simple_tesseract
USAGE:
t = Tesseract.new(opts)
Options:
- blob
- src || source || image
- strip
- lang || language
- editor
Evaluate the whole image:
puts t.to_s
Evaluate only some pieces of image:
puts t.crops([0, 0, 50, 50], [50, 50, 50, 50])
Project
USAGE:
t = Tesseract.new(opts)
Options:
Evaluate the whole image:
puts t.to_s
Evaluate only some pieces of image:
puts t.crops([0, 0, 50, 50], [50, 50, 50, 50])