Class: VivlioStarter::Pdf::Reader::ResolvedPage

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

Overview

ページ解析の最終結果(コンテンツ + OCR 適用有無 + 一時ディレクトリ)

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



35
36
37
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 35

def content
  @content
end

#ocr_appliedObject (readonly)

Returns the value of attribute ocr_applied

Returns:

  • (Object)

    the current value of ocr_applied



35
36
37
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 35

def ocr_applied
  @ocr_applied
end

#ocr_temp_dirObject (readonly)

Returns the value of attribute ocr_temp_dir

Returns:

  • (Object)

    the current value of ocr_temp_dir



35
36
37
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 35

def ocr_temp_dir
  @ocr_temp_dir
end