Skip to content

Commit 2a10cff

Browse files
committed
Unit test update
1 parent f427857 commit 2a10cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_doctr_ocr_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_get_tabular_content(datadir):
3838

3939
doctr_ocr = DocTR(detect_language=False)
4040
img = Image(src=img_path) # , detect_rotation=True
41-
table_df, confidence_df = ocr_functions.get_tabular_content(doctr_ocr, img, confidence_lookup_dict)
41+
table_df = ocr_functions.get_tabular_content(doctr_ocr, img)
4242

4343
assert len(table_df) == 2
4444

0 commit comments

Comments
 (0)