|
@@ -2,8 +2,8 @@ import os
|
|
|
|
|
|
|
|
import cv2
|
|
import cv2
|
|
|
import numpy as np
|
|
import numpy as np
|
|
|
-from ppstructure.table.predict_table import TableSystem
|
|
|
|
|
-from ppstructure.utility import init_args
|
|
|
|
|
|
|
+from paddleocr.ppstructure.table.predict_table import TableSystem
|
|
|
|
|
+from paddleocr.ppstructure.utility import init_args
|
|
|
from PIL import Image
|
|
from PIL import Image
|
|
|
|
|
|
|
|
from magic_pdf.config.constants import * # noqa: F403
|
|
from magic_pdf.config.constants import * # noqa: F403
|