Pleun
Results
2
comments of
Pleun
I have the same issue (but for DocxConverter instead of PdfConverter). ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.9/x64/bin/markitdown", line 8, in sys.exit(main()) ^^^^^^ File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/markitdown/__main__.py", line 197, in main...
Thanks for the reply. Apparently the issue was in the type of quotes (which it quite often is in Azure Pipelines). `pip install "markitdown[all]"` worked instead of `pip install 'markitdown[all]'`