Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions src/pages/resources/extractJSONOutputSchema2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -127,7 +127,7 @@
"has_embedded_files",
"is_XFA",
"is_certified",
"is_signed",
"is_digitally_signed",
"is_encrypted",
"language",
"page_count",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": [
Expand Down
21 changes: 17 additions & 4 deletions src/pages/resources/extractJSONOutputSchemaStylingInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -620,7 +629,9 @@
"Image",
"Reference",
"Kids",
"filePaths"
"filePaths",
"alternate_text",
"ObjectID"
]
}
},
Expand All @@ -642,7 +653,9 @@
"Rotation",
"Image",
"Reference",
"filePaths"
"filePaths",
"alternate_text",
"ObjectID"
]
}
}
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -747,7 +760,7 @@
"has_embedded_files",
"is_XFA",
"is_certified",
"is_signed",
"is_digitally_signed",
"is_encrypted",
"language",
"page_count",
Expand Down
13 changes: 11 additions & 2 deletions static/extractJSONOutputSchema2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -127,7 +127,7 @@
"has_embedded_files",
"is_XFA",
"is_certified",
"is_signed",
"is_digitally_signed",
"is_encrypted",
"language",
"page_count",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": [
Expand Down
21 changes: 17 additions & 4 deletions static/extractJSONOutputSchemaStylingInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -620,7 +629,9 @@
"Image",
"Reference",
"Kids",
"filePaths"
"filePaths",
"alternate_text",
"ObjectID"
]
}
},
Expand All @@ -642,7 +653,9 @@
"Rotation",
"Image",
"Reference",
"filePaths"
"filePaths",
"alternate_text",
"ObjectID"
]
}
}
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -747,7 +760,7 @@
"has_embedded_files",
"is_XFA",
"is_certified",
"is_signed",
"is_digitally_signed",
"is_encrypted",
"language",
"page_count",
Expand Down