Spaces:
Sleeping
Sleeping
Update retrival.py
Browse files- retrival.py +2 -0
retrival.py
CHANGED
|
@@ -13,6 +13,8 @@ import pytesseract
|
|
| 13 |
import os
|
| 14 |
import re
|
| 15 |
import uuid
|
|
|
|
|
|
|
| 16 |
pytesseract.pytesseract.tesseract_cmd = (r'/usr/bin/tesseract')
|
| 17 |
|
| 18 |
# Configurations
|
|
|
|
| 13 |
import os
|
| 14 |
import re
|
| 15 |
import uuid
|
| 16 |
+
from collections import defaultdict
|
| 17 |
+
|
| 18 |
pytesseract.pytesseract.tesseract_cmd = (r'/usr/bin/tesseract')
|
| 19 |
|
| 20 |
# Configurations
|