Class: OCR::Image
- Inherits:
-
Object
- Object
- OCR::Image
- Defined in:
- lib/simple-ocr/image.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ Image
constructor
Initialize your Input File.
-
#scan(output_file, options, type) ⇒ Object
OCR of input file (Main Function).
Constructor Details
#initialize(path) ⇒ Image
Initialize your Input File.
8 9 10 |
# File 'lib/simple-ocr/image.rb', line 8 def initialize(path) @image = path end |