"vscode:/vscode.git/clone" did not exist on "dd10da76a78e9566d12ddf1eb5aac90021b7e51d"
Commit 8c1cbe3d authored by WenmuZhou's avatar WenmuZhou
Browse files

change version to 2.2

parent 99d037cd
......@@ -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'])
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment