Class: VivlioStarter::Pdf::Reader::ResolvedPage
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::Pdf::Reader::ResolvedPage
- Defined in:
- lib/vivlio_starter/cli/pdf/reader.rb
Overview
ページ解析の最終結果(コンテンツ + OCR 適用有無 + 一時ディレクトリ)
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#ocr_applied ⇒ Object
readonly
Returns the value of attribute ocr_applied.
-
#ocr_temp_dir ⇒ Object
readonly
Returns the value of attribute ocr_temp_dir.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
35 36 37 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 35 def content @content end |
#ocr_applied ⇒ Object (readonly)
Returns the value of attribute ocr_applied
35 36 37 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 35 def ocr_applied @ocr_applied end |
#ocr_temp_dir ⇒ Object (readonly)
Returns the value of attribute ocr_temp_dir
35 36 37 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 35 def ocr_temp_dir @ocr_temp_dir end |