Skip to content

Commit a427a9f

Browse files
committed
Revert "update pdf_infer_table_structure default"
This reverts commit 3445737.
1 parent 3445737 commit a427a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepline_general/api/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def pipeline_api(
295295
hi_res_model_name: Optional[str] = None,
296296
include_page_breaks: bool = False,
297297
ocr_languages: Optional[List[str]] = None,
298-
pdf_infer_table_structure: bool = False,
298+
pdf_infer_table_structure: bool = True,
299299
skip_infer_table_types: Optional[List[str]] = None,
300300
strategy: str = "auto",
301301
xml_keep_tags: bool = False,

0 commit comments

Comments
 (0)