curl --request PATCH \
--url https://app.herondata.io/api/end_user_files/{parsed_end_user_file_id}/parsed_results \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"parsed_result": {}
}
'{
"created": "2023-11-07T05:31:56Z",
"heron_id": "<string>",
"parser_id": "<string>",
"parsing_status": "succeeded",
"attribute_values": [
{}
],
"bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"field_validations": [
{
"failure_reason": "<string>",
"field_name": "<string>",
"result": "pass",
"validation_type": "<string>"
}
],
"id": 123,
"layout_bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"parser_display_name": "<string>",
"patches": [
{
"op": "<string>",
"path": "<string>",
"correction_reason": "<string>",
"enabled": true,
"original_value": "<unknown>",
"source": "<string>",
"value": "<unknown>"
}
],
"result": {},
"result_schema": {},
"validation_summary": "<string>"
}curl --request PATCH \
--url https://app.herondata.io/api/end_user_files/{parsed_end_user_file_id}/parsed_results \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"parsed_result": {}
}
'{
"created": "2023-11-07T05:31:56Z",
"heron_id": "<string>",
"parser_id": "<string>",
"parsing_status": "succeeded",
"attribute_values": [
{}
],
"bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"field_validations": [
{
"failure_reason": "<string>",
"field_name": "<string>",
"result": "pass",
"validation_type": "<string>"
}
],
"id": 123,
"layout_bounding_boxes": [
{
"bounding_box": [
123
],
"json_pointer": "<string>",
"page_num": 123,
"value": "<string>"
}
],
"parser_display_name": "<string>",
"patches": [
{
"op": "<string>",
"path": "<string>",
"correction_reason": "<string>",
"enabled": true,
"original_value": "<unknown>",
"source": "<string>",
"value": "<unknown>"
}
],
"result": {},
"result_schema": {},
"validation_summary": "<string>"
}The ID of the parsed end user file
OK
Unique identifier of the end user file
succeeded, failed, processing Show child attributes
Bounding box coordinates in the format 'y1,x1,y2,x2'
JSON pointer to the field in the parsed result
Page number where the bounding box is located
The actual value of the field within the bounding box
[DEPRECATED] Unique identifier for the parsed file
Show child attributes
Bounding box coordinates in the format 'y1,x1,y2,x2'
JSON pointer to the field in the parsed result
Page number where the bounding box is located
The actual value of the field within the bounding box
Summary of validation results
Was this page helpful?