Update TextProcessor.py
Browse files- TextProcessor.py +0 -2
TextProcessor.py
CHANGED
|
@@ -79,5 +79,3 @@ def process_file(folderpath):
|
|
| 79 |
image = cv2.imread(folderpath + '/' + str(pg_ind) + '-processed.png')
|
| 80 |
cv2.circle(image, (x1 - 15, int(0.5 * (y1 + y2))), radius=1, color=(240, 32, 160), thickness=2)
|
| 81 |
cv2.imwrite(folderpath + '/' + str(pg_ind) + '-processed.png', image)
|
| 82 |
-
|
| 83 |
-
process_file('PDF Cases/333_178')
|
|
|
|
| 79 |
image = cv2.imread(folderpath + '/' + str(pg_ind) + '-processed.png')
|
| 80 |
cv2.circle(image, (x1 - 15, int(0.5 * (y1 + y2))), radius=1, color=(240, 32, 160), thickness=2)
|
| 81 |
cv2.imwrite(folderpath + '/' + str(pg_ind) + '-processed.png', image)
|
|
|
|
|
|