Datasets:
File size: 1,022 Bytes
4cbb627 a0eb12f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
---
license: apache-2.0
task_categories:
- image-to-text
language:
- en
tags:
- image
- pdf
- document
- receipt
size_categories:
- n<1K
---
# Openpdf-Blank-v2.0
Openpdf-Blank-v2.0 is a small dataset containing blank or near-blank PDF image samples. This dataset is primarily designed to help train and evaluate document processing models, especially in tasks like:
* Identifying and filtering blank or noise-filled documents.
* Preprocessing stages for OCR pipelines.
* Receipt/document classification tasks.
## Dataset Structure
* **Modality**: Image
* **Languages**: English (if applicable)
* **Size**: Less than 1,000 samples
* **License**: Apache-2.0
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("prithivMLmods/Openpdf-Blank-v2.0")
```
## Intended Use
The dataset is ideal for training or benchmarking models that need to recognize and filter out blank pages in document images, such as in:
* Invoice preprocessing pipelines
* Bulk document OCR systems
* Smart scanning tools |