Class: VivlioStarter::Pdf::Reader::PageContent
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::Pdf::Reader::PageContent
- Defined in:
- lib/vivlio_starter/cli/pdf/reader.rb
Overview
ページのテキスト・行・画像出現をまとめたコンテンツ
Instance Attribute Summary collapse
-
#image_occurrences ⇒ Object
readonly
Returns the value of attribute image_occurrences.
-
#lines ⇒ Object
readonly
Returns the value of attribute lines.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#image_occurrences ⇒ Object (readonly)
Returns the value of attribute image_occurrences
25 26 27 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 25 def image_occurrences @image_occurrences end |
#lines ⇒ Object (readonly)
Returns the value of attribute lines
25 26 27 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 25 def lines @lines end |
#text ⇒ Object (readonly)
Returns the value of attribute text
25 26 27 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 25 def text @text end |