Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve error handling in DocConverter
Enhance the exception handling in the DocConverter class to provide more informative error messages. Instead of returning None on failure, the code now returns a DocumentConverterResult object that includes the error message, making it easier to diagnose issues when processing DOC files.
- Loading branch information