Was trying to run through tutorials/transform_split.ipynb and noticing a couple of issues.
- Easy to fix - when
detect_vertical_lines( ) calls split_img( ), an incorrect keyword is used (split instead of n_split) which raises an error
- More involved fix -
IndexError is raised when detectoutliers( ) is called by detect_vertical_lines( )in line 364. The error is triggered by line 125 in detectoutliers( ). Not sure what is causing this.