未验证 提交 be33423c 编写于 作者: 文幕地方's avatar 文幕地方 提交者: GitHub

add install of paddleclas (#5581)

上级 a32a34d7
...@@ -127,6 +127,7 @@ ...@@ -127,6 +127,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"! wget https://raw.githubusercontent.com/PaddlePaddle/PaddleOCR/release/2.6/ppstructure/docs/table/1.png\n", "! wget https://raw.githubusercontent.com/PaddlePaddle/PaddleOCR/release/2.6/ppstructure/docs/table/1.png\n",
"! pip install paddleclas\n",
"! paddleocr --image_dir=1.png --type=structure --image_orientation=true" "! paddleocr --image_dir=1.png --type=structure --image_orientation=true"
] ]
}, },
......
...@@ -125,6 +125,7 @@ ...@@ -125,6 +125,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"! wget https://raw.githubusercontent.com/PaddlePaddle/PaddleOCR/release/2.6/ppstructure/docs/table/1.png\n", "! wget https://raw.githubusercontent.com/PaddlePaddle/PaddleOCR/release/2.6/ppstructure/docs/table/1.png\n",
"! pip install paddleclas\n",
"! paddleocr --image_dir=1.png --type=structure --image_orientation=true" "! paddleocr --image_dir=1.png --type=structure --image_orientation=true"
] ]
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册