From 7810dfdb0411eddf53ff27fb0c5c379a20a2e496 Mon Sep 17 00:00:00 2001 From: SWHL Date: Wed, 1 Jan 2025 22:47:58 +0800 Subject: [PATCH] docs: update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f2397a..82285cf 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,13 @@ RapidTable是整理自PP-Structure中表格识别部分而来。由于PP-Structu ```bash pip install rapidocr_onnxruntime pip install rapid_table -# pip install rapid_table[torch] # for unitable inference -# pip install onnxruntime-gpu # for onnx gpu inference + +# 基于torch来推理unitable模型 +pip install rapid_table[torch] # for unitable inference + +# onnxruntime-gpu推理 +pip uninstall onnxruntime +pip install onnxruntime-gpu # for onnx gpu inference ``` ### 使用方式