Commit 01cd633d authored by myhloli's avatar myhloli
Browse files

refactor(tablemaster): update import paths for TableSystem and init_args

- Change import path for TableSystem from 'ppstructure.table.predict_table' to 'paddleocr.ppstructure.table.predict_table'
- Change import path for init_args from 'ppstructure.utility' to 'paddleocr.ppstructure.utility'
parent 56fad23d
...@@ -2,8 +2,8 @@ import os ...@@ -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 paddleocr.ppstructure.table.predict_table import TableSystem
from ppstructure.utility import init_args 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment