We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noticed following error, so the initial thought was that it is related to #116
PS C:\Windows\system32> markitdown "C:\Output\So-many-test!.htm" > "C:\Output\So-many-test!.md" >> Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\testuser\AppData\Local\Programs\Python\Python313\Scripts\markitdown.exe\__main__.py", line 7, in <module> sys.exit(main())
However, if I try to use -o option, it would return the following output and ignores -o option. I am trying to convert htm to md.
PS C:\Output> markitdown test.htm -o document.md usage: SYNTAX: markitdown <OPTIONAL: FILENAME> If FILENAME is empty, markitdown reads from stdin. EXAMPLE: markitdown example.pdf OR cat example.pdf | markitdown OR markitdown < example.pdf markitdown: error: unrecognized arguments: -o document.md
The text was updated successfully, but these errors were encountered:
Aside from your CLI string, I think you're using older version. Could you update to the latest version and check again?
Sorry, something went wrong.
I have the same issue with the latest version
Same problem
Having the same issue, with the latest version
No branches or pull requests
Noticed following error, so the initial thought was that it is related to #116
However, if I try to use -o option, it would return the following output and ignores -o option.
I am trying to convert htm to md.
The text was updated successfully, but these errors were encountered: