first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled

This commit is contained in:
2026-03-17 16:22:57 +03:30
commit 3d5eaf9445
15349 changed files with 2847338 additions and 0 deletions
@@ -0,0 +1,98 @@
{
"type": "object",
"properties": {
"document_annotation": {
"type": "null"
},
"extractedText": {
"type": "string"
},
"model": {
"type": "string"
},
"pageCount": {
"type": "integer"
},
"pages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dimensions": {
"type": "object",
"properties": {
"dpi": {
"type": "integer"
},
"height": {
"type": "integer"
},
"width": {
"type": "integer"
}
}
},
"footer": {
"type": "null"
},
"header": {
"type": "null"
},
"hyperlinks": {
"type": "array",
"items": {
"type": "string"
}
},
"images": {
"type": "array",
"items": {
"type": "object",
"properties": {
"bottom_right_x": {
"type": "integer"
},
"bottom_right_y": {
"type": "integer"
},
"id": {
"type": "string"
},
"image_annotation": {
"type": "null"
},
"image_base64": {
"type": "null"
},
"top_left_x": {
"type": "integer"
},
"top_left_y": {
"type": "integer"
}
}
}
},
"index": {
"type": "integer"
},
"markdown": {
"type": "string"
}
}
}
},
"usage_info": {
"type": "object",
"properties": {
"doc_size_bytes": {
"type": "integer"
},
"pages_processed": {
"type": "integer"
}
}
}
},
"version": 1
}