Skip to content

Commit ce13fa1

Browse files
committed
merge with main
1 parent ed43d82 commit ce13fa1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test_unstructured_inference/inference/test_layout.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ def test_process_file_with_model_routing(monkeypatch, model_type, is_detection_m
563563
detection_model=detection_model,
564564
element_extraction_model=element_extraction_model,
565565
fixed_layouts=None,
566+
password=None,
566567
pdf_image_dpi=200,
567568
)
568569

unstructured_inference/inference/layout.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ def process_file_with_model(
377377
filename,
378378
detection_model=detection_model,
379379
element_extraction_model=element_extraction_model,
380-
password=password,
381380
**kwargs,
382381
)
383382
if is_image

0 commit comments

Comments
 (0)