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
res variable inside MarkItDown class _convert method is not declared before usage:
_markitdown.py", line 1045, in _convert
if res is not None:
^^^
UnboundLocalError: cannot access local variable 'res' where it is not associated with a value
sambartik, sidesteps, vgalin, shogokaji, yvesloy and 1 more