[๐Ÿ‡น๐Ÿ‡ญ เธ เธฒเธฉเธฒเน„เธ—เธข](./README.md) # Thai License Plate OCR Dataset ๐Ÿ‡น๐Ÿ‡ญ > **Language:** Thai ๐Ÿ‡น๐Ÿ‡ญ > **Task:** Optical Character Recognition (OCR) This is a Thai-language OCR dataset built specifically for use with the `PaddleOCR-rec` module. It is designed to train text recognition models that can read vehicle license plates in Thailand, including both license numbers and province names. > โš ๏ธ This dataset is intended **exclusively** for use with `PaddleOCR-rec`. It does **not** include detection or classification annotations. --- ## Dataset Structure ``` thai-license-ocr-dataset/ โ”œโ”€โ”€ images/ # All images โ”œโ”€โ”€ train.txt # Training data โ”œโ”€โ”€ val.txt # Validation data โ”œโ”€โ”€ test.txt # Test data โ”œโ”€โ”€ th_dict.txt # Thai dictionary for PaddleOCR โ””โ”€โ”€ README.md # Dataset description ``` Each line in `*.txt` follows the format: ``` images/img_0001.jpg ``` --- ## Dataset Details The original data is a character-level object detection dataset for Thai license plates. We restructured and converted it to a sequence-level OCR dataset suitable for PaddleOCR-rec, with the following steps: - Character bounding boxes were detected using a fine-tuned YOLOv11 detection model trained on the original dataset - Character boxes were sorted left-to-right and filtered to retain only relevant classes - Regex and province-code mappings were applied for verification - Line 1 and line 2 of each license plate were separated logically - Data was exported in `