mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-08-19 05:58:18 +00: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']
|
SUPPORT_DET_MODEL = ['DB']
|
||||||
VERSION = '2.1'
|
VERSION = '2.2'
|
||||||
SUPPORT_REC_MODEL = ['CRNN']
|
SUPPORT_REC_MODEL = ['CRNN']
|
||||||
BASE_DIR = os.path.expanduser("~/.paddleocr/")
|
BASE_DIR = os.path.expanduser("~/.paddleocr/")
|
||||||
|
|
||||||
@ -373,4 +373,4 @@ def main():
|
|||||||
|
|
||||||
for item in result:
|
for item in result:
|
||||||
item.pop('img')
|
item.pop('img')
|
||||||
logger.info(item['res'])
|
logger.info(item['res'])
|
Loading…
x
Reference in New Issue
Block a user