MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / test_pdf_local

Function test_pdf_local

tests/unit/test_document_processor.py:59–61  ·  view source on GitHub ↗
(pdf_file)

Source from the content-addressed store, hash-verified

57
58
59def test_pdf_local(pdf_file):
60 md = convert_to_markdown(str(pdf_file))
61 assert md.strip()
62
63
64@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 1

convert_to_markdownFunction · 0.90

Tested by

no test coverage detected