change version to 2.2

pull/3497/head
WenmuZhou 2021-08-02 21:03:02 +08:00
parent 99d037cd3e
commit 8c1cbe3dde
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ model_urls = {
}
SUPPORT_DET_MODEL = ['DB']
VERSION = '2.1'
VERSION = '2.2'
SUPPORT_REC_MODEL = ['CRNN']
BASE_DIR = os.path.expanduser("~/.paddleocr/")
@ -373,4 +373,4 @@ def main():
for item in result:
item.pop('img')
logger.info(item['res'])
logger.info(item['res'])