v0.1.0
版本发布时间: 2021-04-13 22:05:20
open-mmlab/mmocr最新发布版本:v1.0.1(2023-07-04 15:11:53)
Main Features
- Support text detection, text recognition and the corresponding downstream tasks such as key information extraction.
- For text detection, support both single-step (
PSENet
,PANet
,DBNet
,TextSnake
) and two-step (MaskRCNN
) methods. - For text recognition, support CTC-loss based method
CRNN
; Encoder-decoder (with attention) based methodsSAR
,Robustscanner
; Segmentation based methodSegOCR
; Transformer based methodNRTR
. - For key information extraction, support GCN based method
SDMG-R
. - Provide checkpoints and log files for all of the methods above.