Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -7,50 +7,19 @@ tags:
|
|
| 7 |
- markdown
|
| 8 |
- uv-script
|
| 9 |
- generated
|
| 10 |
-
dataset_info:
|
| 11 |
-
features:
|
| 12 |
-
- name: document_id
|
| 13 |
-
dtype: string
|
| 14 |
-
- name: page_number
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: image
|
| 17 |
-
dtype: image
|
| 18 |
-
- name: text
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: alto_xml
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: has_image
|
| 23 |
-
dtype: bool
|
| 24 |
-
- name: has_alto
|
| 25 |
-
dtype: bool
|
| 26 |
-
- name: markdown
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: inference_info
|
| 29 |
-
dtype: string
|
| 30 |
-
splits:
|
| 31 |
-
- name: train
|
| 32 |
-
num_bytes: 734853
|
| 33 |
-
num_examples: 10
|
| 34 |
-
download_size: 714829
|
| 35 |
-
dataset_size: 734853
|
| 36 |
-
configs:
|
| 37 |
-
- config_name: default
|
| 38 |
-
data_files:
|
| 39 |
-
- split: train
|
| 40 |
-
path: data/train-*
|
| 41 |
---
|
| 42 |
|
| 43 |
# Document OCR using dots.ocr
|
| 44 |
|
| 45 |
-
This dataset contains OCR results from images in [
|
| 46 |
|
| 47 |
## Processing Details
|
| 48 |
|
| 49 |
-
- **Source Dataset**: [
|
| 50 |
- **Model**: [rednote-hilab/dots.ocr](https://huggingface.co/rednote-hilab/dots.ocr)
|
| 51 |
- **Number of Samples**: 10
|
| 52 |
-
- **Processing Time**:
|
| 53 |
-
- **Processing Date**: 2025-10-
|
| 54 |
|
| 55 |
### Configuration
|
| 56 |
|
|
@@ -104,7 +73,7 @@ This dataset was generated using the [uv-scripts/ocr](https://huggingface.co/dat
|
|
| 104 |
|
| 105 |
```bash
|
| 106 |
uv run https://huggingface.co/datasets/uv-scripts/ocr/raw/main/dots-ocr.py \
|
| 107 |
-
|
| 108 |
<output-dataset> \
|
| 109 |
--image-column image \
|
| 110 |
--batch-size 32 \
|
|
|
|
| 7 |
- markdown
|
| 8 |
- uv-script
|
| 9 |
- generated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Document OCR using dots.ocr
|
| 13 |
|
| 14 |
+
This dataset contains OCR results from images in [NationalLibraryOfScotland/Britain-and-UK-Handbooks-Dataset](https://huggingface.co/datasets/NationalLibraryOfScotland/Britain-and-UK-Handbooks-Dataset) using DoTS.ocr, a compact 1.7B multilingual model.
|
| 15 |
|
| 16 |
## Processing Details
|
| 17 |
|
| 18 |
+
- **Source Dataset**: [NationalLibraryOfScotland/Britain-and-UK-Handbooks-Dataset](https://huggingface.co/datasets/NationalLibraryOfScotland/Britain-and-UK-Handbooks-Dataset)
|
| 19 |
- **Model**: [rednote-hilab/dots.ocr](https://huggingface.co/rednote-hilab/dots.ocr)
|
| 20 |
- **Number of Samples**: 10
|
| 21 |
+
- **Processing Time**: 2.2 min
|
| 22 |
+
- **Processing Date**: 2025-10-08 16:53 UTC
|
| 23 |
|
| 24 |
### Configuration
|
| 25 |
|
|
|
|
| 73 |
|
| 74 |
```bash
|
| 75 |
uv run https://huggingface.co/datasets/uv-scripts/ocr/raw/main/dots-ocr.py \
|
| 76 |
+
NationalLibraryOfScotland/Britain-and-UK-Handbooks-Dataset \
|
| 77 |
<output-dataset> \
|
| 78 |
--image-column image \
|
| 79 |
--batch-size 32 \
|