Update page_files/Upload_Data.py
Browse files
page_files/Upload_Data.py
CHANGED
|
@@ -46,9 +46,9 @@ from categorized.Backend.PDF_DataExtraction import (
|
|
| 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 |
-
|
| 50 |
-
import
|
| 51 |
-
import category_push
|
| 52 |
|
| 53 |
# Manual-entry path (unchanged — writes via the existing data_loader).
|
| 54 |
from data_loader import insert_material_rows
|
|
|
|
| 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 |
+
|
| 50 |
+
from categorized.Backend import Pdf_ImageExtraction
|
| 51 |
+
from categorized.Backend import mapper5, category_push
|
| 52 |
|
| 53 |
# Manual-entry path (unchanged — writes via the existing data_loader).
|
| 54 |
from data_loader import insert_material_rows
|