f"Below is the image of one page of a PDF document, as well as some raw textual content that was previously extracted for it that includes position information for each image and block of text (The origin [0x0] of the coordinates is in the lower left corner of the image). "
f"This is likely one page out of several in the document, so be sure to preserve any sentences that come from the previous page, or continue onto the next page, exactly as they are.\n"
"description":"The primary language of the text using two-letter codes or null if there is no text at all that you think you should read.",
},
"is_rotation_valid":{
"type":"boolean",
"description":"Is this page oriented correctly for reading? Answer only considering the textual content, do not factor in the rotation of any charts, tables, drawings, or figures.",
},
"rotation_correct":{
"type":"integer",
"description":"Indicates the degree of clockwise rotation needed if the page is not oriented correctly.",
"enum":[0,90,180,270],
"default":0,
},
"is_table":{
"type":"boolean",
"description":"Indicates if the majority of the page content is in tabular format.",
},
"is_diagram":{
"type":"boolean",
"description":"Indicates if the majority of the page content is a visual diagram.",
},
"natural_text":{
"type":"string",
"description":"The natural text content extracted from the page.",