Class: LiterLlm::OcrRequest
- Inherits:
-
Object
- Object
- LiterLlm::OcrRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#document ⇒ OcrDocument?
Returns the value of attribute document.
-
#include_image_base64 ⇒ Boolean?
Returns the value of attribute include_image_base64.
-
#model ⇒ String?
Returns the value of attribute model.
-
#pages ⇒ Array[Integer]?
Returns the value of attribute pages.
Instance Method Summary collapse
-
#initialize ⇒ OcrRequest
constructor
A new instance of OcrRequest.
Constructor Details
#initialize ⇒ OcrRequest
Returns a new instance of OcrRequest.
475 |
# File 'sig/types.rbs', line 475
def initialize: (?model: String, ?document: OcrDocument, ?pages: Array[Integer], ?include_image_base64: bool) -> void
|
Instance Attribute Details
#document ⇒ OcrDocument?
Returns the value of attribute document.
471 472 473 |
# File 'sig/types.rbs', line 471 def document @document end |
#include_image_base64 ⇒ Boolean?
Returns the value of attribute include_image_base64.
473 474 475 |
# File 'sig/types.rbs', line 473 def include_image_base64 @include_image_base64 end |
#model ⇒ String?
Returns the value of attribute model.
470 471 472 |
# File 'sig/types.rbs', line 470 def model @model end |
#pages ⇒ Array[Integer]?
Returns the value of attribute pages.
472 473 474 |
# File 'sig/types.rbs', line 472 def pages @pages end |