davanstrien HF Staff commited on
Commit
3ef9d1f
·
1 Parent(s): f9358c9

Update README.md to clarify that the script processes the first 10 images from the dataset

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ hf jobs uv run --flavor l4x1 \
23
 
24
  That's it! The script will:
25
 
26
- - ✅ Process all images in your dataset
27
  - ✅ Add OCR results as a new `markdown` column
28
  - ✅ Push the results to a new dataset
29
  - 📊 View results at: `https://huggingface.co/datasets/[your-output-dataset]`
 
23
 
24
  That's it! The script will:
25
 
26
+ - ✅ Process first 10 images from your dataset
27
  - ✅ Add OCR results as a new `markdown` column
28
  - ✅ Push the results to a new dataset
29
  - 📊 View results at: `https://huggingface.co/datasets/[your-output-dataset]`