A-bone1/Attention-ocr-Chinese-Version
A TensorFlow implementation of attention-based OCR for Chinese text recognition using CRNN architecture.

Velocity · 7d
+0.1
★ / day
Trend
→steady
star history
This project modifies Google’s Attention OCR model for Chinese character recognition. It uses a CRNN architecture combining convolutional layers with attention mechanisms to extract text from street view imagery. The model is trained on FSNS-format datasets containing 5,400 Chinese characters, and supports training custom datasets by following the provided dataset pipeline.