Class: VivlioStarter::Pdf::Reader::OcrSettings

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/pdf/reader.rb

Overview

OCR 実行パラメータ

Instance Attribute Summary collapse

Instance Attribute Details

#dpiObject (readonly)

Returns the value of attribute dpi

Returns:

  • (Object)

    the current value of dpi



31
32
33
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 31

def dpi
  @dpi
end

#inline_image_textObject (readonly)

Returns the value of attribute inline_image_text

Returns:

  • (Object)

    the current value of inline_image_text



31
32
33
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 31

def inline_image_text
  @inline_image_text
end

#languagesObject (readonly)

Returns the value of attribute languages

Returns:

  • (Object)

    the current value of languages



31
32
33
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 31

def languages
  @languages
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



31
32
33
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 31

def mode
  @mode
end

#psmObject (readonly)

Returns the value of attribute psm

Returns:

  • (Object)

    the current value of psm



31
32
33
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 31

def psm
  @psm
end