CoolFace
Datasetpublic

bokane/hucker-bakeoff2-unlimited-ordinary

Document OCR using Unlimited-OCR This dataset contains OCR results for bokane/hucker-ocr-bakeoff produced by baidu/Unlimited-OCR with vLLM. Processing Details Source Dataset: bokane/hucker-ocr-bakeoff Model: baidu/Unlimited-OCR Number of Samples: 12 Processing Time: 3.2 min Processing Date: 2026-08-13 22:28 UTC Output Column: markdown Split: train Output Grounding markup was stripped (--strip-grounding); the column holds clean text. Tables are… See the full description on the dataset page: https://huggingface.co/datasets/bokane/hucker-bakeoff2-unlimited-ordinary.

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes6downloads
Dataset Card

Document OCR using Unlimited-OCR

This dataset contains OCR results for bokane/hucker-ocr-bakeoff produced by baidu/Unlimited-OCR with vLLM.

Processing Details

Output

Grounding markup was stripped (--strip-grounding); the column holds clean text.

Tables are returned as HTML and equations as LaTeX.

Usage

python
from datasets import load_dataset

ds = load_dataset("bokane/hucker-bakeoff2-unlimited-ordinary", split="train")
print(ds[0]["markdown"])

Reproduction

Generated with the uv-scripts/ocr Unlimited-OCR vLLM recipe. Unlimited-OCR needs Baidu's dedicated vLLM image:

bash
hf jobs uv run --flavor l4x1 -s HF_TOKEN \
    --image vllm/vllm-openai:unlimited-ocr --python /usr/bin/python3 \
    -e PYTHONPATH=/usr/local/lib/python3.12/dist-packages \
    https://huggingface.co/datasets/uv-scripts/ocr/raw/main/unlimited-ocr-vllm.py \
    bokane/hucker-ocr-bakeoff <output-dataset>

Generated with UV Scripts