From 042e60ec6be478691289e96099b8fbbf78e123ba Mon Sep 17 00:00:00 2001 From: GT-Zhang <1029550448@qq.com> Date: Mon, 27 Jun 2022 10:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AF=A5=E4=BB=A3=E7=A0=81=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- paddleocr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddleocr.py b/paddleocr.py index 470dc60d..f6aca07a 100644 --- a/paddleocr.py +++ b/paddleocr.py @@ -446,7 +446,7 @@ class PaddleOCR(predict_system.TextSystem): """ ocr with paddleocr args: - img: img for ocr, support ndarray, img_path and list or ndarray + img: img for ocr, support ndarray, img_path and list of ndarray det: use text detection or not. If false, only rec will be exec. Default is True rec: use text recognition or not. If false, only det will be exec. Default is True cls: use angle classifier or not. Default is True. If true, the text with rotation of 180 degrees can be recognized. If no text is rotated by 180 degrees, use cls=False to get better performance. Text with rotation of 90 or 270 degrees can be recognized even if cls=False. -- GitLab