@@ -23,23 +22,23 @@ from paddle.inference import create_predictor
fromPILimportImage
importpaddlehubashub
frompaddlehub.common.loggerimportlogger
frompaddlehub.module.moduleimportmoduleinfo
frompaddlehub.module.moduleimportrunnable
frompaddlehub.module.moduleimportserving
frompaddlehub.utils.logimportlogger
@moduleinfo(
name="chinese_ocr_db_crnn_server",
version="1.1.3",
version="1.2.0",
summary=
"The module can recognize the chinese texts in an image. Firstly, it will detect the text box positions based on the differentiable_binarization_chn module. Then it recognizes the chinese texts. ",