diff --git a/ppstructure/utility.py b/ppstructure/utility.py index bdea0af69e37e15d1f191b2a86c036ae1c2b1e45..97b6d6fec0d70fe3014b0b2105dbbef6a292e4d7 100644 --- a/ppstructure/utility.py +++ b/ppstructure/utility.py @@ -32,7 +32,7 @@ def init_args(): parser.add_argument( "--table_char_dict_path", type=str, - default="../ppocr/utils/dict/table_structure_dict.txt") + default="../ppocr/utils/dict/table_structure_dict_ch.txt") # params for layout parser.add_argument("--layout_model_dir", type=str) parser.add_argument(