markitdown/tests
HendricksJudy 533f43f834 Add OneNote support
Fixes #47

Add support for OneNote file conversion.

* **README.md**: Add OneNote to the list of supported file formats. Add a note about using `one-extract` for OneNote support. Provide an example of converting OneNote files.
* **pyproject.toml**: Add `onenote` to the list of dependencies. Add a note about OneNote support.
* **src/markitdown/_markitdown.py**: Import `one_extract` as `onenote`. Add a new class `OneNoteConverter` to handle OneNote files. Register the `OneNoteConverter` in the `MarkItDown` class.
* **tests/test_markitdown.py**: Add test strings for OneNote. Add a test case for OneNote file conversion.
2024-12-16 17:05:47 +08:00
..
test_files Initial commit. 2024-11-13 13:00:01 -08:00
__init__.py Initial commit. 2024-11-13 13:00:01 -08:00
test_markitdown.py Add OneNote support 2024-12-16 17:05:47 +08:00