We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f427857 commit 2a10cffCopy full SHA for 2a10cff
tests/test_doctr_ocr_functions.py
@@ -38,7 +38,7 @@ def test_get_tabular_content(datadir):
38
39
doctr_ocr = DocTR(detect_language=False)
40
img = Image(src=img_path) # , detect_rotation=True
41
- table_df, confidence_df = ocr_functions.get_tabular_content(doctr_ocr, img, confidence_lookup_dict)
+ table_df = ocr_functions.get_tabular_content(doctr_ocr, img)
42
43
assert len(table_df) == 2
44
0 commit comments