Use output in the schema instead of extracted_information (#1606)
This commit is contained in:
@@ -1918,7 +1918,7 @@ class PDFParserBlock(Block):
|
|||||||
self.json_schema = {
|
self.json_schema = {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"extracted_information": {
|
"output": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Information extracted from the text",
|
"description": "Information extracted from the text",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user