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.
637 |
# File 'sig/types.rbs', line 637
def initialize: (index: Integer, markdown: String, ?images: Array[OcrImage], ?dimensions: PageDimensions) -> void
|
Instance Attribute Details
#dimensions ⇒ PageDimensions? (readonly)
Returns the value of attribute dimensions.
635 636 637 |
# File 'sig/types.rbs', line 635 def dimensions @dimensions end |
#images ⇒ Array[OcrImage]? (readonly)
Returns the value of attribute images.
634 635 636 |
# File 'sig/types.rbs', line 634 def images @images end |
#index ⇒ Integer (readonly)
Returns the value of attribute index.
632 633 634 |
# File 'sig/types.rbs', line 632 def index @index end |
#markdown ⇒ String (readonly)
Returns the value of attribute markdown.
633 634 635 |
# File 'sig/types.rbs', line 633 def markdown @markdown end |