markitdown/packages
André Menezes 0d9d22ace6
Fix UnboundLocalError in MarkItDown._convert
Initialize `res` at the beginning of `_convert`. If the first converter raises an exception, then the `res` variable was not initialized and we got an error when checking `if res is not None`
2025-02-19 16:55:45 +00:00
..
markitdown Fix UnboundLocalError in MarkItDown._convert 2025-02-19 16:55:45 +00:00
markitdown-sample-plugin Fix a typo in sample RTF plugin (#320) 2025-02-11 10:33:52 -08:00