GlassyWing / text-detection-ocr

Chinese text detection and recognition based on CTPN + DENSENET using Keras and Tensor Flow,使用keras和tensorflow基于CTPN+Densenet实现的中文文本检测和识别
Apache License 2.0
285 stars 116 forks source link

叠词丢字问题 #4

Closed shihaoyin closed 5 years ago

shihaoyin commented 5 years ago

识别结果中重叠字会出现丢字的现象,如“2003”,识别出的结果为“203”;“共和国国家”识别结果为“共和国家”。请问这个问题有没有解决思路,感谢作者开源!

GlassyWing commented 5 years ago

这是解码错误,已修复。