Skip to content

Commit 75f9f52

Browse files
author
mahour
committed
updated extract schema
1 parent 3380a5f commit 75f9f52

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

src/pages/resources/extractJSONOutputSchema2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,10 @@
700700
"items": {
701701
"type": "string"
702702
}
703+
},
704+
"alternate_text": {
705+
"description": "Provides alternate text present in the input pdf structure mapped to the updated structure",
706+
"type": "string"
703707
}
704708
},
705709
"required": [

src/pages/resources/extractJSONOutputSchemaStylingInfo.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,10 @@
580580
"minItems": 1,
581581
"items": {
582582
"type": "string"
583+
},
584+
"alternate_text": {
585+
"description": "Provides alternate text present in the input pdf structure mapped to the updated structure",
586+
"type": "string"
583587
}
584588
},
585589
"Kids": {
@@ -620,7 +624,8 @@
620624
"Image",
621625
"Reference",
622626
"Kids",
623-
"filePaths"
627+
"filePaths",
628+
"alternate_text"
624629
]
625630
}
626631
},

static/extractJSONOutputSchema2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,10 @@
700700
"items": {
701701
"type": "string"
702702
}
703+
},
704+
"alternate_text": {
705+
"description": "Provides alternate text present in the input pdf structure mapped to the updated structure",
706+
"type": "string"
703707
}
704708
},
705709
"required": [

static/extractJSONOutputSchemaStylingInfo.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,10 @@
580580
"minItems": 1,
581581
"items": {
582582
"type": "string"
583+
},
584+
"alternate_text": {
585+
"description": "Provides alternate text present in the input pdf structure mapped to the updated structure",
586+
"type": "string"
583587
}
584588
},
585589
"Kids": {
@@ -620,7 +624,8 @@
620624
"Image",
621625
"Reference",
622626
"Kids",
623-
"filePaths"
627+
"filePaths",
628+
"alternate_text"
624629
]
625630
}
626631
},

0 commit comments

Comments
 (0)