Class: LiterLlm::OcrPage
- Inherits:
-
Object
- Object
- LiterLlm::OcrPage
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#dimensions ⇒ PageDimensions
readonly
Returns the value of attribute dimensions.
-
#images ⇒ Array[OcrImage]
readonly
Returns the value of attribute images.
-
#index ⇒ Integer
readonly
Returns the value of attribute index.
-
#markdown ⇒ String
readonly
Returns the value of attribute markdown.
Instance Method Summary collapse
-
#initialize ⇒ OcrPage
constructor
A new instance of OcrPage.
Constructor Details
#initialize ⇒ OcrPage
Returns a new instance of OcrPage.
492 |
# File 'sig/types.rbs', line 492
def initialize: (index: Integer, markdown: String, ?images: Array[OcrImage], ?dimensions: PageDimensions) -> void
|
Instance Attribute Details
#dimensions ⇒ PageDimensions (readonly)
Returns the value of attribute dimensions.
490 491 492 |
# File 'sig/types.rbs', line 490 def dimensions @dimensions end |
#images ⇒ Array[OcrImage] (readonly)
Returns the value of attribute images.
489 490 491 |
# File 'sig/types.rbs', line 489 def images @images end |
#index ⇒ Integer (readonly)
Returns the value of attribute index.
487 488 489 |
# File 'sig/types.rbs', line 487 def index @index end |
#markdown ⇒ String (readonly)
Returns the value of attribute markdown.
488 489 490 |
# File 'sig/types.rbs', line 488 def markdown @markdown end |