Update page_files/Upload_Data.py
Browse files
page_files/Upload_Data.py
CHANGED
|
@@ -45,8 +45,8 @@ from categorized.Backend.PDF_DataExtraction import (
|
|
| 45 |
# and category_push). Ensure image2.py / mapper5.py / category_push.py are on
|
| 46 |
# the import path (same directory or added to sys.path above). If you keep them
|
| 47 |
# under categorized/Backend/, change these three lines to:
|
| 48 |
-
# from categorized.Backend import
|
| 49 |
-
import
|
| 50 |
import mapper5
|
| 51 |
import category_push
|
| 52 |
|
|
|
|
| 45 |
# and category_push). Ensure image2.py / mapper5.py / category_push.py are on
|
| 46 |
# the import path (same directory or added to sys.path above). If you keep them
|
| 47 |
# under categorized/Backend/, change these three lines to:
|
| 48 |
+
# from categorized.Backend import Pdf_ImageExtraction, mapper5, category_push
|
| 49 |
+
import Pdf_ImageExtraction
|
| 50 |
import mapper5
|
| 51 |
import category_push
|
| 52 |
|