We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07752a1 commit a5b980bCopy full SHA for a5b980b
tests/test_images.py
@@ -244,7 +244,7 @@ def test_onlyoffice_standard_images_extraction():
244
assert image_similarity(reader.pages[0].images[2].image, P3_X1) >= 0.99
245
246
247
-@pytest.mark.samples()
+@pytest.mark.enable_socket()
248
def test_onlyoffice_form_images_extraction():
249
reader = PdfReader(BytesIO(get_data_from_url(name="iss2613-onlyoffice-form.pdf")))
250
0 commit comments