diff --git a/ppocr/data/imaug/rec_img_aug.py b/ppocr/data/imaug/rec_img_aug.py index def6ba3e7bbfd72bc3f6817797c59174bd9146b2..b40c48e8681a1adc52185c55a64decea7677056f 100644 --- a/ppocr/data/imaug/rec_img_aug.py +++ b/ppocr/data/imaug/rec_img_aug.py @@ -35,7 +35,7 @@ from .text_image_aug import tia_perspective, tia_stretch, tia_distort class RecAug(object): - def __init__(self, **kwargsz): + def __init__(self, **kwargs): pass def __call__(self, data):