MBG0903 commited on
Commit
29684ce
·
verified ·
1 Parent(s): 7ba8a58

Update utils/preprocess.py

Browse files
Files changed (1) hide show
  1. utils/preprocess.py +0 -2
utils/preprocess.py CHANGED
@@ -142,8 +142,6 @@ def preprocess_image(img):
142
 
143
  binary = close_small_gaps(binary)
144
 
145
- binary = close_small_gaps(binary)
146
-
147
  binary = strengthen_lines(binary)
148
 
149
  return binary
 
142
 
143
  binary = close_small_gaps(binary)
144
 
 
 
145
  binary = strengthen_lines(binary)
146
 
147
  return binary