From f27a9c57d2349177af19cbdad83566d0b2c677e6 Mon Sep 17 00:00:00 2001 From: Nikhil Sawant <59820340+Nikhil-Sawant-141@users.noreply.github.com> Date: Wed, 16 Feb 2022 11:01:28 +0530 Subject: [PATCH] Typo 'uesd' -> 'used' (line 360) --- paddleocr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddleocr.py b/paddleocr.py index 7c40e08e..aec577fb 100644 --- a/paddleocr.py +++ b/paddleocr.py @@ -357,7 +357,7 @@ class PaddleOCR(predict_system.TextSystem): exit(0) if cls == True and self.use_angle_cls == False: logger.warning( - 'Since the angle classifier is not initialized, the angle classifier will not be uesd during the forward process' + 'Since the angle classifier is not initialized, the angle classifier will not be used during the forward process' ) if isinstance(img, str): -- GitLab