diff --git a/paddleocr.py b/paddleocr.py index 7c40e08e9620f64dd8f5cc023173442d5e525515..aec577fb6f2c0388e47031748498a7050c3034a0 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):