Class: OCR::Onlineocr
Instance Attribute Summary collapse
-
#convert_to_bw ⇒ Object
Returns the value of attribute convert_to_bw.
-
#multi_page_doc ⇒ Object
Returns the value of attribute multi_page_doc.
Attributes inherited from Ocr
#debug, #error, #extra_login_data, #file, #format, #language, #outputfile, #password, #proxy_addr, #proxy_pass, #proxy_port, #proxy_user, #rescue_exceptions, #text, #username
Attributes inherited from Factory
Method Summary
Methods inherited from Ocr
#error?, #initialize, #login, #outputfile?, #proxy, #recognize, #rescue_exceptions?
Methods inherited from Factory
Constructor Details
This class inherits a constructor from OCR::Ocr
Instance Attribute Details
#convert_to_bw ⇒ Object
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_doc ⇒ Object
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 |