File size: 974 Bytes
f9f8cc3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
46
47
48
49
50
---
license: mit
task_categories:
- image-classification
language:
- en
---

## Source Reference

This dataset was sourced and prepared from the original dataset hosted on
Roboflow:

🔗 https://universe.roboflow.com/checkbox-detection-ztyeq/checkbox-kwtcz-qkbid/dataset/7

# Checkbox Cropped Binary Dataset

This dataset contains cropped checkbox regions extracted from document images
for binary classification: **checked** vs **unchecked**.

## Structure

train/
checked/
unchecked/
valid/
checked/
unchecked/
test/
checked/
unchecked/


## Description

- Images are cropped checkbox regions from scanned documents
- Each image belongs to one of two classes:
  - `checked`
  - `unchecked`
- Intended for document AI and form understanding tasks

## Usage

The dataset can be loaded using the Hugging Face Datasets library
or accessed directly as image files.

## Notes

This dataset is used in conjunction with a fine-tuned PaliGemma-based
checkbox classification model.