rebook
rebook copied to clipboard
A collection of tools for cleaning up book scans.
According to the results, the text-block alignment constrains may not be implemented, is it?
Hi! I've tried to get results for image dewarp using file mrcdi.py. But I struggle to make it work. The first error obtained in dewarp.py line 185 in `get_AH_lines`: `return...
Hey, in the su2013 implementation we have : ` def su2013(im, gamma=0.25): W = 5 horiz = cv2.getStructuringElement(cv2.MORPH_RECT, (W, 1)) vert = cv2.getStructuringElement(cv2.MORPH_RECT, (1, W)) I_min = cv2.erode(cv2.erode(im, horiz), vert)...