Hugging Face Daily PapersKunat Pipatanakul1 min readpaperadvanced
How Far Can Synthetic Data Take Thai OCR?
Summary
The paper dissects which aspects of synthetic Thai OCR data (typeface diversity, 2‑D layout, real handwriting glyphs) actually help transfer to real documents. Using those insights they train Wayu-Paxa-OCR-Zero without any real OCR labels and achieve character error rates comparable to or better than supervised baselines.
- Typeface diversity, 2‑D page structure, and real handwriting glyphs improve synthetic‑to‑real transfer; non‑text context has little effect.
- Page‑level training benefits from in‑domain synthetic reconstruction, reaching 1.82% CER vs 1.31% with real printed data.
- Crop‑level training favors out‑of‑domain synthetic data; in‑domain reconstruction underperforms (15.59% vs 5.52% CER).
- Wayu-Paxa-OCR-Zero (0.9B model) trained on 45k synthetic pages cuts printed‑page CER from 6.64% to 1.24% and handwriting CER from 74.87% to 20.55%.
OCR engineers targeting low‑resource scripts and teams exploring synthetic data pipelines should see which synthetic factors actually boost real‑world performance.
7/10