Added priority argument to all converter constructors. (#324)

* Added priority argument to all converter constructors.
This commit is contained in:
afourney
2025-02-11 12:36:32 -08:00
committed by GitHub
parent 5ce85c236c
commit 935da9976c
21 changed files with 135 additions and 19 deletions

View File

@@ -327,8 +327,8 @@ def test_markitdown_llm() -> None:
if __name__ == "__main__":
"""Runs this file's tests from the command line."""
# test_markitdown_remote()
# test_markitdown_local()
test_markitdown_remote()
test_markitdown_local()
test_markitdown_exiftool()
# test_markitdown_deprecation()
# test_markitdown_llm()
print("All tests passed!")