Skip to content

Commit a183f81

Browse files
authored
add PP-DocLayoutV2 in official models (#4612)
1 parent bd76f95 commit a183f81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

paddlex/inference/utils/official_models.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
"te_PP-OCRv5_mobile_rec",
322322
"ta_PP-OCRv5_mobile_rec",
323323
"devanagari_PP-OCRv5_mobile_rec",
324-
"cyrillic_PP-OCRv5_mobile_rec"
324+
"cyrillic_PP-OCRv5_mobile_rec",
325325
]
326326

327327

@@ -360,6 +360,7 @@
360360
"PP-DocLayout-M",
361361
"PP-DocLayout_plus-L",
362362
"PP-DocLayout-S",
363+
"PP-DocLayoutV2",
363364
"PP-FormulaNet-L",
364365
"PP-FormulaNet_plus-L",
365366
"PP-FormulaNet_plus-M",
@@ -399,7 +400,7 @@
399400
"te_PP-OCRv5_mobile_rec",
400401
"ta_PP-OCRv5_mobile_rec",
401402
"devanagari_PP-OCRv5_mobile_rec",
402-
"cyrillic_PP-OCRv5_mobile_rec"
403+
"cyrillic_PP-OCRv5_mobile_rec",
403404
]
404405

405406

0 commit comments

Comments
 (0)