gvlktejaswi commited on
Commit
2fd4d80
·
verified ·
1 Parent(s): a02f952

Update page_files/Upload_Data.py

Browse files
Files changed (1) hide show
  1. page_files/Upload_Data.py +2 -2
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 image2, mapper5, category_push
49
- import image2
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