You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use markitdown to convert latex to markdown, but unfortunately markitdown doesn't seem to support latex at the moment.
❯ markitdown new.tex -o new.md
Traceback (most recent call last):
File "/usr/bin/markitdown", line 8, in <module>
sys.exit(main())
~~~~^^
File "/usr/lib/python3.13/site-packages/markitdown/__main__.py", line 186, in main
result = markitdown.convert(args.filename, stream_info=stream_info)
File "/usr/lib/python3.13/site-packages/markitdown/_markitdown.py", line 256, in convert
return self.convert_local(source, stream_info=stream_info, **kwargs)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/markitdown/_markitdown.py", line 307, in convert_local
guesses = self._get_stream_info_guesses(
file_stream=fh, base_guess=base_guess
)
File "/usr/lib/python3.13/site-packages/markitdown/_markitdown.py", line 616, in _get_stream_info_guesses
if result.status == "ok" and result.prediction.output.label != "unknown":
^^^^^^^^^^^^^
AttributeError: 'MagikaResult' object has no attribute 'status'
The text was updated successfully, but these errors were encountered:
I tried to use markitdown to convert latex to markdown, but unfortunately markitdown doesn't seem to support latex at the moment.
The text was updated successfully, but these errors were encountered: