You're looking at a specific version of this model. Jump to the model overview.
jigsawstack /vocr:720c974f
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
prompt |
None
|
Describe the image in detail.
|
The prompt used to describe the image. Can be a string or array of strings for specific data extraction. Default is 'Describe the image in detail.'
|
url |
string
|
The image URL. Not required if file_store_key is specified.
|
|
file_store_key |
string
|
The key used to store the image on Jigsawstack File Storage. Not required if url is specified.
|
|
page_range |
array
|
Specifies a range of pages to process with VOCR, provided as a two-element array: [startPage, endPage]. For example, [1, 10] processes pages 1 through 10. The range must span 10 or fewer pages.
|
|
api_key |
string
|
🔐 Your JigsawStack API Key (required)
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}