An OpenCV/C++ implementation of the Zhang-Suen thinning algorithm along with related pre and post processing steps.
An Python application used to pre-process images of individual handwritten characters to increase OCR/ICR accuracy
Modify from https://github.com/ankush-me/SynthText.git to generate chinese character
:metal: LabelImg is a graphical image annotation tool and label object bounding boxes in images
text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
CTPN + DenseNet + CTC based end-to-end Chinese OCR implemented using tensorflow and keras
Medical Named Entity Recognition implement using bi-directional lstm and crf model with char embedding.CCKS2017中文电子病例命名实体识别项目,主要实现使用了基于字向量的四层双向LSTM与CRF模型的网络.该项目提供了原始训练数据样本(一般醒目,出院情况,病史情况,病史特点,诊疗经过)与转换版本,训练脚本,预训练模型,可用于序列标注研究.把玩和PK使用.