Commit graph

4 commits

Author SHA1 Message Date
HendricksJudy
964ee4311b
Fix syntax error in test_markitdown.py 2024-12-16 06:21:53 -08:00
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
Adam Fourney
1787b83d7d Fix remote tests. 2024-11-13 14:37:47 -08:00
Adam Fourney
f20c964f99 Initial commit. 2024-11-13 13:00:01 -08:00