CoolFace
Modelpublic

alenisaw/turkicocr-svtrv2-b-onnx

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes5downloads
Model Card

TurkicOCR-SVTRv2-B (ONNX FP32 Deployment Model)

TurkicOCR-SVTRv2-B (ONNX FP32) is the official production export of TurkicOCR-SVTRv2-B optimized for cross-platform CPU and GPU inference without PyTorch dependencies.

Official Links and Resources

Quick Usage

python
import onnxruntime as ort
import numpy as np

session = ort.InferenceSession("model.onnx", providers=["CPUExecutionProvider"])
# Input shape: (batch_size, 3, 48, 640), float32 normalized [-0.5, 0.5]

Citation

bibtex
@inproceedings{issayev2026turkicocr,
  title={TurkicOCR-SVTRv2-B: Lightweight Line-Grounded Recognizer for Kazakh and Kyrgyz Optical Character Recognition},
  author={Issayev, Alen and Zhalgas, Aidana},
  booktitle={Analysis of Images, Social Networks and Texts (AIST 2026)},
  series={Lecture Notes in Computer Science (LNCS)},
  publisher={Springer},
  year={2026},
  doi={10.1007/978-3-031-XXXXX-X_XX}
}

License

Apache 2.0. Full code and model checkpoints available at https://github.com/alenisaw/turkicocr.