Class: VivlioStarter::Pdf::Reader::OcrSettings
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::Pdf::Reader::OcrSettings
- Defined in:
- lib/vivlio_starter/cli/pdf/reader.rb
Overview
OCR 実行パラメータ
Instance Attribute Summary collapse
-
#dpi ⇒ Object
readonly
Returns the value of attribute dpi.
-
#inline_image_text ⇒ Object
readonly
Returns the value of attribute inline_image_text.
-
#languages ⇒ Object
readonly
Returns the value of attribute languages.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#psm ⇒ Object
readonly
Returns the value of attribute psm.
Instance Attribute Details
#dpi ⇒ Object (readonly)
Returns the value of attribute dpi
31 32 33 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 31 def dpi @dpi end |
#inline_image_text ⇒ Object (readonly)
Returns the value of attribute inline_image_text
31 32 33 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 31 def inline_image_text @inline_image_text end |
#languages ⇒ Object (readonly)
Returns the value of attribute languages
31 32 33 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 31 def languages @languages end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
31 32 33 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 31 def mode @mode end |
#psm ⇒ Object (readonly)
Returns the value of attribute psm
31 32 33 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 31 def psm @psm end |