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
In the official repo they’ve included these arguments as well it but now error is coming
,
4