class Plaintext::ImageHandler
Constants
- CONTENT_TYPES
- DEFAULT
Public Class Methods
new()
click to toggle source
# File lib/plaintext/file_handler/external_command_handler/image_handler.rb, line 13 def initialize @content_types = CONTENT_TYPES @command = Plaintext::Configuration['tesseract'] || DEFAULT end