Class: VivlioStarter::Pdf::Reader::IllustrationRegion
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::Pdf::Reader::IllustrationRegion
- Defined in:
- lib/vivlio_starter/cli/pdf/reader.rb
Overview
OCR で検出したイラスト領域(ピクセル座標)
Instance Attribute Summary collapse
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#left ⇒ Object
readonly
Returns the value of attribute left.
-
#top ⇒ Object
readonly
Returns the value of attribute top.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object (readonly)
Returns the value of attribute height
29 30 31 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 29 def height @height end |
#left ⇒ Object (readonly)
Returns the value of attribute left
29 30 31 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 29 def left @left end |
#top ⇒ Object (readonly)
Returns the value of attribute top
29 30 31 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 29 def top @top end |
#width ⇒ Object (readonly)
Returns the value of attribute width
29 30 31 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 29 def width @width end |