mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-09-21 12:42:22 +08:00
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'
This commit is contained in:
@@ -2,8 +2,8 @@ import os
|
||||
|
||||
import cv2
|
||||
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 magic_pdf.config.constants import * # noqa: F403
|
||||
|
||||
Reference in New Issue
Block a user