markitdown/packages
André Menezes d0ed74fdf4
Fix UnboundLocalError in MarkItDown._convert (#1038)
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-27 23:11:27 -08:00
..
markitdown Fix UnboundLocalError in MarkItDown._convert (#1038) 2025-02-27 23:11:27 -08:00
markitdown-sample-plugin Fix a typo in sample RTF plugin (#320) 2025-02-11 10:33:52 -08:00