Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,16 +60,16 @@ from huggingface_hub import snapshot_download
|
|
| 60 |
path = snapshot_download(repo_id="Extend-AI/RealDocBench-Layout", repo_type="dataset")
|
| 61 |
```
|
| 62 |
|
| 63 |
-
## Caveats
|
| 64 |
-
|
| 65 |
-
**Mixed image formats.** 197 of the 1,500 images carry a `.png` extension
|
| 66 |
-
but their actual byte stream is WebP (171), GIF (23), or BMP (3). They
|
| 67 |
-
render correctly in PIL / browsers, but services that validate the magic
|
| 68 |
-
bytes (AWS Textract, Azure Document Intelligence) will reject them
|
| 69 |
-
without a transcode step. Re-encoding to true PNG with dimensions
|
| 70 |
-
preserved is a lossless one-liner.
|
| 71 |
-
|
| 72 |
## License
|
| 73 |
|
| 74 |
Annotations: CC-BY-4.0. Page images carry their original per-source
|
| 75 |
licenses; the manifest's `sourceUrl` column points back to each one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
path = snapshot_download(repo_id="Extend-AI/RealDocBench-Layout", repo_type="dataset")
|
| 61 |
```
|
| 62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
## License
|
| 64 |
|
| 65 |
Annotations: CC-BY-4.0. Page images carry their original per-source
|
| 66 |
licenses; the manifest's `sourceUrl` column points back to each one.
|
| 67 |
+
|
| 68 |
+
### Takedown and Opt-out requests
|
| 69 |
+
If you are the owner of a document included in this dataset and would like it removed, you can submit a takedown request. We process requests on a monthly cadence and maintain a public manifest of removed records at takedowns/removed_ids.jsonl.
|
| 70 |
+
How to request removal
|
| 71 |
+
Open an issue in the Community tab or email [support@extend.ai] with:
|
| 72 |
+
|
| 73 |
+
A document identifier (filename, URL, or row ID if known)
|
| 74 |
+
Proof of ownership or authorization to request removal
|
| 75 |
+
The scope of removal (specific rows, an entire source document, or all documents from a given source)
|