diff options
Diffstat (limited to 'sauvola.go')
-rw-r--r-- | sauvola.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import ( "image" "image/color" - "rescribe.xyz/preproc/integralimg" + "rescribe.xyz/integralimg" ) // Implements Sauvola's algorithm for text binarization, see paper |