diff --git a/src/pages/resources/extractJSONOutputSchema2.json b/src/pages/resources/extractJSONOutputSchema2.json index e10276334..e35261d4f 100644 --- a/src/pages/resources/extractJSONOutputSchema2.json +++ b/src/pages/resources/extractJSONOutputSchema2.json @@ -85,7 +85,7 @@ "description": "Document contains AcroForms or not", "type": "boolean" }, - "is_signed": { + "is_digitally_signed": { "description": "Document is digitally signed or not", "type": "boolean" }, @@ -127,7 +127,7 @@ "has_embedded_files", "is_XFA", "is_certified", - "is_signed", + "is_digitally_signed", "is_encrypted", "language", "page_count", @@ -224,6 +224,11 @@ "type": "boolean", "default": false }, + "ObjectID": { + "description": "Unique identifier for the element", + "type": "integer", + "minimum": 0 + }, "Lang": { "description": "BCP-47 code for language of text elements", "type": "string" @@ -700,6 +705,10 @@ "items": { "type": "string" } + }, + "alternate_text": { + "description": "Provides alternate text present in the input pdf structure mapped to the updated structure", + "type": "string" } }, "required": [ diff --git a/src/pages/resources/extractJSONOutputSchemaStylingInfo.json b/src/pages/resources/extractJSONOutputSchemaStylingInfo.json index 7b1283fe0..e12ffc28c 100644 --- a/src/pages/resources/extractJSONOutputSchemaStylingInfo.json +++ b/src/pages/resources/extractJSONOutputSchemaStylingInfo.json @@ -111,6 +111,11 @@ "type": "boolean", "default": false }, + "ObjectID": { + "description": "Unique identifier for the element", + "type": "integer", + "minimum": 0 + }, "Lang": { "description": "BCP-47 code for language of text elements", "type": "string" @@ -580,6 +585,10 @@ "minItems": 1, "items": { "type": "string" + }, + "alternate_text": { + "description": "Provides alternate text present in the input pdf structure use to mapped to the updated structure", + "type": "string" } }, "Kids": { @@ -620,7 +629,9 @@ "Image", "Reference", "Kids", - "filePaths" + "filePaths", + "alternate_text", + "ObjectID" ] } }, @@ -642,7 +653,9 @@ "Rotation", "Image", "Reference", - "filePaths" + "filePaths", + "alternate_text", + "ObjectID" ] } } @@ -705,7 +718,7 @@ "description": "Document contains AcroForms or not", "type": "boolean" }, - "is_signed": { + " is_digitally_signed": { "description": "Document is digitally signed or not", "type": "boolean" }, @@ -747,7 +760,7 @@ "has_embedded_files", "is_XFA", "is_certified", - "is_signed", + "is_digitally_signed", "is_encrypted", "language", "page_count", diff --git a/static/extractJSONOutputSchema2.json b/static/extractJSONOutputSchema2.json index e10276334..e35261d4f 100644 --- a/static/extractJSONOutputSchema2.json +++ b/static/extractJSONOutputSchema2.json @@ -85,7 +85,7 @@ "description": "Document contains AcroForms or not", "type": "boolean" }, - "is_signed": { + "is_digitally_signed": { "description": "Document is digitally signed or not", "type": "boolean" }, @@ -127,7 +127,7 @@ "has_embedded_files", "is_XFA", "is_certified", - "is_signed", + "is_digitally_signed", "is_encrypted", "language", "page_count", @@ -224,6 +224,11 @@ "type": "boolean", "default": false }, + "ObjectID": { + "description": "Unique identifier for the element", + "type": "integer", + "minimum": 0 + }, "Lang": { "description": "BCP-47 code for language of text elements", "type": "string" @@ -700,6 +705,10 @@ "items": { "type": "string" } + }, + "alternate_text": { + "description": "Provides alternate text present in the input pdf structure mapped to the updated structure", + "type": "string" } }, "required": [ diff --git a/static/extractJSONOutputSchemaStylingInfo.json b/static/extractJSONOutputSchemaStylingInfo.json index 7b1283fe0..e12ffc28c 100644 --- a/static/extractJSONOutputSchemaStylingInfo.json +++ b/static/extractJSONOutputSchemaStylingInfo.json @@ -111,6 +111,11 @@ "type": "boolean", "default": false }, + "ObjectID": { + "description": "Unique identifier for the element", + "type": "integer", + "minimum": 0 + }, "Lang": { "description": "BCP-47 code for language of text elements", "type": "string" @@ -580,6 +585,10 @@ "minItems": 1, "items": { "type": "string" + }, + "alternate_text": { + "description": "Provides alternate text present in the input pdf structure use to mapped to the updated structure", + "type": "string" } }, "Kids": { @@ -620,7 +629,9 @@ "Image", "Reference", "Kids", - "filePaths" + "filePaths", + "alternate_text", + "ObjectID" ] } }, @@ -642,7 +653,9 @@ "Rotation", "Image", "Reference", - "filePaths" + "filePaths", + "alternate_text", + "ObjectID" ] } } @@ -705,7 +718,7 @@ "description": "Document contains AcroForms or not", "type": "boolean" }, - "is_signed": { + " is_digitally_signed": { "description": "Document is digitally signed or not", "type": "boolean" }, @@ -747,7 +760,7 @@ "has_embedded_files", "is_XFA", "is_certified", - "is_signed", + "is_digitally_signed", "is_encrypted", "language", "page_count",