Skip to content

Commit

Permalink
change version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WenmuZhou committed Aug 2, 2021
1 parent 99d037c commit 8c1cbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddleocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
}

SUPPORT_DET_MODEL = ['DB']
VERSION = '2.1'
VERSION = '2.2'
SUPPORT_REC_MODEL = ['CRNN']
BASE_DIR = os.path.expanduser("~/.paddleocr/")

Expand Down Expand Up @@ -373,4 +373,4 @@ def main():

for item in result:
item.pop('img')
logger.info(item['res'])
logger.info(item['res'])

0 comments on commit 8c1cbe3

Please sign in to comment.