@@ -23,23 +22,23 @@ from paddle.inference import create_predictor
...
@@ -23,23 +22,23 @@ from paddle.inference import create_predictor
fromPILimportImage
fromPILimportImage
importpaddlehubashub
importpaddlehubashub
frompaddlehub.common.loggerimportlogger
frompaddlehub.module.moduleimportmoduleinfo
frompaddlehub.module.moduleimportmoduleinfo
frompaddlehub.module.moduleimportrunnable
frompaddlehub.module.moduleimportrunnable
frompaddlehub.module.moduleimportserving
frompaddlehub.module.moduleimportserving
frompaddlehub.utils.logimportlogger
@moduleinfo(
@moduleinfo(
name="chinese_ocr_db_crnn_server",
name="chinese_ocr_db_crnn_server",
version="1.1.3",
version="1.2.0",
summary=
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. ",
"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. ",