Alyn
Alyn copied to clipboard
no deskew method in alyn module?
I install alyn module via pip, but pycharm shows that there are no deskew method and skewdetect method?
Same here, I failed to import from alyn import SkewDetect because of ModuleNotFoundError: No module named 'deskew'
Try importing from alyn.deskew import SkewDetect.