update paddleocr version no

This commit is contained in:
tink2123 2022-04-02 09:36:48 +00:00
parent 13cdb458d8
commit 3a28266735

View File

@ -47,7 +47,7 @@ __all__ = [
]
SUPPORT_DET_MODEL = ['DB']
VERSION = '2.4.0.3'
VERSION = '2.4.0.4'
SUPPORT_REC_MODEL = ['CRNN']
BASE_DIR = os.path.expanduser("~/.paddleocr/")