Class: VivlioStarter::Pdf::Reader::RenderedPageCrop
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::Pdf::Reader::RenderedPageCrop
- 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.
-
#source_image_path ⇒ Object
readonly
Returns the value of attribute source_image_path.
-
#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
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 33 def height @height end |
#left ⇒ Object (readonly)
Returns the value of attribute left
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 33 def left @left end |
#source_image_path ⇒ Object (readonly)
Returns the value of attribute source_image_path
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 33 def source_image_path @source_image_path end |
#top ⇒ Object (readonly)
Returns the value of attribute top
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 33 def top @top end |
#width ⇒ Object (readonly)
Returns the value of attribute width
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 33 def width @width end |