mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 12:19:54 +02:00
remove unnecessary backslash
This commit is contained in:
parent
badf80039f
commit
5326104d26
1 changed files with 1 additions and 2 deletions
|
@ -1436,8 +1436,7 @@ def find_number_of_columns_in_document(region_pre_p, num_col_classifier, tables,
|
|||
gray = cv2.bitwise_not(separators_closeup_n_binary)
|
||||
gray=gray.astype(np.uint8)
|
||||
|
||||
bw = cv2.adaptiveThreshold(gray, 255, cv2.ADAPTIVE_THRESH_MEAN_C, \
|
||||
cv2.THRESH_BINARY, 15, -2)
|
||||
bw = cv2.adaptiveThreshold(gray, 255, cv2.ADAPTIVE_THRESH_MEAN_C, cv2.THRESH_BINARY, 15, -2)
|
||||
horizontal = np.copy(bw)
|
||||
vertical = np.copy(bw)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue