Class: LiterLlm::OcrImage

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOcrImage

Returns a new instance of OcrImage.

Parameters:

  • id: (String)
  • image_base64: (String)


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

def initialize: (id: String, ?image_base64: String) -> void

Instance Attribute Details

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


506
507
508
# File 'sig/types.rbs', line 506

def id
  @id
end

#image_base64String? (readonly)

Returns the value of attribute image_base64.

Returns:

  • (String, nil)


507
508
509
# File 'sig/types.rbs', line 507

def image_base64
  @image_base64
end