23-10-20 06:24 PM
26-10-20 04:18 AM
Hi,
I think you need to send the pdf data as binary. You can use LoadBinaryFile function in calc stage to do that.
Thanks,
Gopal
28-10-20 11:57 AM
28-01-21 11:04 AM
28-01-21 12:25 PM
28-01-21 12:28 PM
01-02-21 03:32 PM
05-02-21 11:01 AM
Analyze Form extracts key-value pairs, tables, and semantic values from a given document (resultId) for use with the "Get Analyze Form Result" action. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the Url location of the document to be analyzed.
Note: When configuring source (media type), please note the default value is application/json; you will need to specify the Url location of the document to be analysed. All other media types need to the raw image binary of the file type.
Parameter |
|
Data Type |
Description |
|
modelId |
In |
Text |
String Format - uuid. Model identifier |
|
includeTextDetails |
In |
boolean |
Include text lines and element references in the result. Default: false. |
|
ContentType |
In |
Text |
Media type of the body sent to the API. Default: application/json |
|
source |
In |
Text |
Request body - .json, .pdf, .jpg, .png or .tiff type file stream. |
Change datatype for includeTextDetails from text to boolean in your API request.
Let me know if this works.