alenisaw/turkicocr-cyrillic
Viewer • Updated • 175k • 227
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.
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]
@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}
}
Apache 2.0. Full code and model checkpoints available at https://github.com/alenisaw/turkicocr.
Base model
alenisaw/turkicocr-svtrv2-b