Browse Source

Add Document understanding serving SDK links (#3880)

Lin Manhui 6 tháng trước cách đây
mục cha
commit
8a9651fa0a
2 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 4 0
      docs/pipeline_deploy/serving.en.md
  2. 4 0
      docs/pipeline_deploy/serving.md

+ 4 - 0
docs/pipeline_deploy/serving.en.md

@@ -250,6 +250,10 @@ Find the high-stability serving SDK corresponding to the pipeline in the table b
 <td>General video detection</td>
 <td><a href="https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/deploy/paddlex_hps/public/sdks/v3.0.0rc1/paddlex_hps_video_detection_sdk.tar.gz">paddlex_hps_video_detection_sdk.tar.gz</a></td>
 </tr>
+<tr>
+<td>Document understanding</td>
+<td><a href="https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/deploy/paddlex_hps/public/sdks/v3.0.0rc1/paddlex_hps_doc_understanding_sdk.tar.gz">paddlex_hps_doc_understanding_sdk.tar.gz</a></td>
+</tr>
 </tbody>
 </table>
 </details>

+ 4 - 0
docs/pipeline_deploy/serving.md

@@ -250,6 +250,10 @@ paddlex --serve --pipeline image_classification --use_hpip
 <td>通用视频检测</td>
 <td><a href="https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/deploy/paddlex_hps/public/sdks/v3.0.0rc1/paddlex_hps_video_detection_sdk.tar.gz">paddlex_hps_video_detection_sdk.tar.gz</a></td>
 </tr>
+<tr>
+<td>文档理解</td>
+<td><a href="https://paddle-model-ecology.bj.bcebos.com/paddlex/PaddleX3.0/deploy/paddlex_hps/public/sdks/v3.0.0rc1/paddlex_hps_doc_understanding_sdk.tar.gz">paddlex_hps_doc_understanding_sdk.tar.gz</a></td>
+</tr>
 </tbody>
 </table>
 </details>