Non Breaking Changes ➖
- Now before the Canny filter the image gets blurred to remove every last possible fake border
- Now, after finding the borders and wrapping the perspective, the image gets immediately resized, before applying blurs and binarization (rather than being filtered and then resized). This helps **a lot** with small images (and it seemed to work a bit better with big images too)
- Now the very small contours get filtered too
Fixes 🐛
- Now contour filtering (specifically big contour filtering and small contour filtering) won't filter the last contour (the smallest for the big contour filter or the largest for the small contour filter) if no other contour is left.