Merge pull request #5870 from tink2123/ppocr_version

update paddleocr version no
This commit is contained in:
xiaoting 2022-04-06 10:43:48 +08:00 committed by GitHub
commit bdca6cd7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/")