Update README.md
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ citation: |
|
|
| 58 |
|
| 59 |

|
| 60 |
|
| 61 |
-
**Quick links:** [\[📜 Paper\]](https://arxiv.org/abs/2607.29677) [\[💻 Code\]](https://github.com/run-llama/ExtractBench)
|
| 62 |
|
| 63 |
Given a document and a schema, a system returns structured data with evidence. The input is a full document, born-digital or scanned, and a schema written by the user. The output is a schema-valid JSON object, with the source page and a bounding box for each value as evidence. It must return correct, exhaustive values (including repeated records), correctly use `null` for absent information, and ground each extracted value.
|
| 64 |
|
|
|
|
| 58 |
|
| 59 |

|
| 60 |
|
| 61 |
+
**Quick links:** [\[🌐 Website\]](https://extractbench.ai) [\[📜 Paper\]](https://arxiv.org/abs/2607.29677) [\[💻 Code\]](https://github.com/run-llama/ExtractBench)
|
| 62 |
|
| 63 |
Given a document and a schema, a system returns structured data with evidence. The input is a full document, born-digital or scanned, and a schema written by the user. The output is a schema-valid JSON object, with the source page and a bounding box for each value as evidence. It must return correct, exhaustive values (including repeated records), correctly use `null` for absent information, and ground each extracted value.
|
| 64 |
|