Class: OCR::Onlineocr

Inherits:
Ocr show all
Defined in:
lib/ocrs/onlineocr.rb

Instance Attribute Summary collapse

Attributes inherited from Ocr

#debug, #error, #extra_login_data, #file, #format, #language, #outputfile, #password, #proxy_addr, #proxy_pass, #proxy_port, #proxy_user, #text, #username

Attributes inherited from Factory

#args

Method Summary

Methods inherited from Ocr

#error?, #initialize, #login, #outputfile?, #proxy, #recognize

Methods inherited from Factory

create, #initialize

Constructor Details

This class inherits a constructor from OCR::Ocr

Instance Attribute Details

#convert_to_bwObject

Returns the value of attribute convert_to_bw.



6
7
8
# File 'lib/ocrs/onlineocr.rb', line 6

def convert_to_bw
  @convert_to_bw
end

#multi_page_docObject

Returns the value of attribute multi_page_doc.



6
7
8
# File 'lib/ocrs/onlineocr.rb', line 6

def multi_page_doc
  @multi_page_doc
end