vOCR
Recognise, describe and retrieve data within an image with great accuracy.
Body
The prompt used to describe the image. Default prompt is Describe the image in detail.
The image url. Not required if file_store_key
is specified.
The key used to store the image on Jigsawstack File
Storage. Not required if url
is
specified.
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. If the specified endPage exceeds the document’s total pages, the last available page will be used instead. Both startPage and endPage are inclusive and must be positive integers where startPage ≤ endPage.
url
or file_store_key
should be provided not both.Prompt Example
String
Array<String>
Use this approach to retrieve specific data from the image file.
Header
Your JigsawStack API key
Response
Indicates whether the call was successful.
Supported file types: - Images: JPEG, JPG, PNG - Documents: Multi-page PDFs (up to 10 pages per API request)
Was this page helpful?