Skip to content

Commit

Permalink
add test_fast_textual_layer_detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Shevtsov committed Aug 8, 2024
1 parent 2bc3c6f commit 3334124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api_tests/test_api_format_pdf_auto_text_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_auto_partially_read(self) -> None:
self.assertEqual("4) Список идёт своим чередом\n", list_items[1]["text"])
self.assertEqual("5) заканчиваем список\n", list_items[2]["text"])
self.assertEqual("6) последний элемент списка.\n", list_items[3]["text"])

def test_fast_textual_layer_detection(self) -> None:
file_name = "0004057v1.pdf"
parameters = dict(pdf_with_text_layer="auto", fast_textual_layer_detection=True)
Expand Down

0 comments on commit 3334124

Please sign in to comment.