@@ -13,7 +13,7 @@ comments: true
1313 - [ Feedback Section] ( #feedback-section )
1414
1515This guide mainly introduces the operation method of the PaddleX edge deployment demo on the Android shell.
16- This guide applies to 8 models across 6 modules:
16+ This guide applies to 13 models across 7 modules:
1717
1818<table >
1919 <tr >
@@ -57,17 +57,43 @@ This guide applies to 8 models across 6 modules:
5757 <td>✅</td>
5858 </tr >
5959 <tr >
60- <td>Text Detection</td>
60+ <td>Text Line Orientation Classification</td>
61+ <td>PP-LCNet_x0_25_textline_ori</td>
62+ <td>✅</td>
63+ <td>✅</td>
64+ </tr >
65+ <tr >
66+ <td rowspan="3">Text Detection</td>
67+ <td>PP-OCRv5_mobile_det</td>
68+ <td>✅</td>
69+ <td></td>
70+ </tr >
71+ <tr >
6172 <td>PP-OCRv4_mobile_det</td>
6273 <td>✅</td>
6374 <td></td>
6475 </tr >
6576 <tr >
66- <td>Text Recognition</td>
77+ <td>PP-OCRv3_mobile_det</td>
78+ <td>✅</td>
79+ <td></td>
80+ </tr >
81+ <tr >
82+ <td rowspan="3">Text Recognition</td>
83+ <td>PP-OCRv5_mobile_rec</td>
84+ <td>✅</td>
85+ <td></td>
86+ </tr >
87+ <tr >
6788 <td>PP-OCRv4_mobile_rec</td>
6889 <td>✅</td>
6990 <td></td>
7091 </tr >
92+ <tr >
93+ <td>PP-OCRv3_mobile_rec</td>
94+ <td>✅</td>
95+ <td></td>
96+ </tr >
7197</table >
7298
7399<b >Note</b >
@@ -290,17 +316,38 @@ This section describes the deployment steps applicable to the demos listed in th
290316 <td>MobileNetV3_small_x1_0</br>MobileNetV3_small_x1_0_gpu</td>
291317 </tr>
292318 <tr>
293- <td rowspan="2 ">General OCR</td>
294- <td rowspan="2 ">ocr</td>
319+ <td rowspan="3 ">General OCR</td>
320+ <td rowspan="3 ">ocr</td>
295321 <td>Text Detection</td>
296- <td rowspan="2">ppocr_demo</td>
297- <td>PP-OCRv4_mobile_det</td>
298- <td>PP-OCRv4_mobile_det</td>
322+ <td rowspan="3">ppocr_demo</td>
323+ <td>
324+ PP-OCRv5_mobile_det</br>
325+ PP-OCRv4_mobile_det</br>
326+ PP-OCRv3_mobile_det
327+ </td>
328+ <td>
329+ PP-OCRv5_mobile_det</br>
330+ PP-OCRv4_mobile_det</br>
331+ PP-OCRv3_mobile_det
332+ </td>
333+ </tr>
334+ <tr>
335+ <td>Text Line Orientation Classification</td>
336+ <td>PP-LCNet_x0_25_textline_ori</td>
337+ <td>PP-LCNet_x0_25_textline_ori</td>
299338 </tr>
300339 <tr>
301340 <td>Text Recognition</td>
302- <td>PP-OCRv4_mobile_rec</td>
303- <td>PP-OCRv4_mobile_rec</td>
341+ <td>
342+ PP-OCRv5_mobile_rec</br>
343+ PP-OCRv4_mobile_rec</br>
344+ PP-OCRv3_mobile_rec
345+ </td>
346+ <td>
347+ PP-OCRv5_mobile_rec</br>
348+ PP-OCRv4_mobile_rec</br>
349+ PP-OCRv3_mobile_rec
350+ </td>
304351 </tr>
305352</table>
306353
0 commit comments