I’m trying to use easyocr package , but getting the following error
reader = easyocr.Reader([‘en’], detection=’DB’, recognition = ‘Transformer’)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Reader.init() got an unexpected keyword argument ‘detection’
I’ve just started to use ocr packages.Could any one help to solve the issue