mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08:00
change version to 2.2
This commit is contained in:
parent
99d037cd3e
commit
8c1cbe3dde
@ -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'])
|
Loading…
x
Reference in New Issue
Block a user