From 614060890bfbdfce0576fa2db75332bfe75c65cf Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Tue, 3 Aug 2021 10:39:10 +0800 Subject: [PATCH] Update README.md --- ppstructure/layout/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppstructure/layout/README.md b/ppstructure/layout/README.md index 20895eae..d0bb24a3 100644 --- a/ppstructure/layout/README.md +++ b/ppstructure/layout/README.md @@ -25,7 +25,7 @@ pip install -U layoutparser-0.0.0-py3-none-any.whl ## 2. Quick Start -Use LayoutParser to identify the layout of a given document: +Use LayoutParser to identify the layout of a document: ```python import cv2 -- GitLab