提交 fb4ad303 编写于 作者: W WenmuZhou

fix document;replace layout.png

上级 560703a5
......@@ -26,7 +26,7 @@ pip install -U https://paddleocr.bj.bcebos.com/whl/layoutparser-0.0.0-py3-none-a
```python
import cv2
import layoutparser as lp
image = cv2.imread("doc/table/layout.png")
image = cv2.imread("doc/table/layout.jpg")
image = image[..., ::-1]
# 加载模型
......
......@@ -27,7 +27,7 @@ Use LayoutParser to identify the layout of a given document:
```python
import cv2
import layoutparser as lp
image = cv2.imread("doc/table/layout.png")
image = cv2.imread("doc/table/layout.jpg")
image = image[..., ::-1]
# load model
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册