Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plan on onenote? #47

Open
qingswu opened this issue Dec 16, 2024 · 3 comments · May be fixed by #55
Open

Any plan on onenote? #47

qingswu opened this issue Dec 16, 2024 · 3 comments · May be fixed by #55
Labels
enhancement New feature or request open for contribution Invites open-source developers to contribute to the project.

Comments

@qingswu
Copy link

qingswu commented Dec 16, 2024

I wish it could support onenote someday.

@gagb gagb added enhancement New feature or request open for contribution Invites open-source developers to contribute to the project. labels Dec 16, 2024
@JimEverest
Copy link

vote up

HendricksJudy added a commit to HendricksJudy/markitdown that referenced this issue Dec 16, 2024
Fixes microsoft#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.
@HendricksJudy HendricksJudy linked a pull request Dec 16, 2024 that will close this issue
@HendricksJudy
Copy link

Sir, I have made this feature and PR. Do you want to try it?

@afourney
Copy link
Member

Happy to support OneNote if there is a good Python library, or similar, for working with these files. I will take a look at @HendricksJudy 's above-mentioned PR, asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request open for contribution Invites open-source developers to contribute to the project.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants