Class: LiterLlm::OcrPage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOcrPage

Returns a new instance of OcrPage.

Parameters:



492
# File 'sig/types.rbs', line 492

def initialize: (index: Integer, markdown: String, ?images: Array[OcrImage], ?dimensions: PageDimensions) -> void

Instance Attribute Details

#dimensionsPageDimensions (readonly)

Returns the value of attribute dimensions.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def dimensions
  @dimensions
end

#imagesArray[OcrImage] (readonly)

Returns the value of attribute images.

Returns:



489
490
491
# File 'sig/types.rbs', line 489

def images
  @images
end

#indexInteger (readonly)

Returns the value of attribute index.

Returns:

  • (Integer)


487
488
489
# File 'sig/types.rbs', line 487

def index
  @index
end

#markdownString (readonly)

Returns the value of attribute markdown.

Returns:

  • (String)


488
489
490
# File 'sig/types.rbs', line 488

def markdown
  @markdown
end