Unverified Commit 2830ba34 authored by MissPenguin's avatar MissPenguin Committed by GitHub
Browse files

Merge pull request #3104 from WenmuZhou/table1

add layout doc
parents 5e2b69ff bab0b22d
......@@ -30,9 +30,9 @@ import tools.infer.predict_rec as predict_rec
import tools.infer.predict_det as predict_det
from ppocr.utils.utility import get_image_file_list, check_and_read_gif
from ppocr.utils.logging import get_logger
from test.table.matcher import distance, compute_iou
from test.utility import parse_args
import test.table.predict_structure as predict_strture
from test1.table.matcher import distance, compute_iou
from test1.utility import parse_args
import test1.table.predict_structure as predict_strture
logger = get_logger()
......
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