Commit Graph

57 Commits

Author SHA1 Message Date
afourney fa1f496d51 Merge branch 'main' into patch-1 2024-12-16 14:18:20 -08:00
afourney da779dd125 Merge pull request #33 from nyosegawa/feature/add-pptx-chart-support
Add PPTX chart support
2024-12-16 14:11:49 -08:00
afourney 12ce5e95b2 Merge branch 'main' into feature/add-pptx-chart-support 2024-12-16 14:06:14 -08:00
gagb 6dad1cca96 Merge pull request #22 from Josh-XT/main
Add zip handling
2024-12-16 13:56:25 -08:00
gagb 9e6a19987b Merge branch 'main' into main 2024-12-16 13:51:39 -08:00
gagb ed91e8b534 Merge pull request #19 from brc-dd/fix/18
Fix character decoding issues with text-like files
2024-12-16 13:49:48 -08:00
gagb aeff2cb5ae Merge branch 'main' into fix/18 2024-12-16 13:46:17 -08:00
gagb c9c7d98d30 Merge pull request #11 from simonw/patch-2
CLI usage instructions
2024-12-16 13:45:05 -08:00
gagb e7d9b5546a Merge branch 'main' into patch-2 2024-12-16 13:42:28 -08:00
CharlesCNorton 3d9f3f3e5b Fix LLM terms
Updated all instances of mlm_client and mlm_model to llm_client and llm_model in the readme. The previous terms (mlm_client and mlm_model) are incorrect in the context of configuring Large Language Models (LLMs), as "MLM" typically refers to Masked Language Models, which is unrelated to the intended functionality. This change aligns the documentation with standard naming conventions for LLM configuration parameters and improves clarity for users integrating with LLMs like OpenAI's GPT models.
2024-12-16 16:23:03 -05:00
sakasegawa 0dd4e95584 Remove _is_chart 2024-12-15 21:14:58 +09:00
sakasegawa 93130b5ba5 Add PPTX chart support 2024-12-15 20:42:55 +09:00
Divyansh Singh 52b723724c Fix character decoding issues with text-like files 2024-12-15 10:37:59 +05:30
Josh XT a55c3d525c Merge branch 'main' into main 2024-12-14 23:09:30 -05:00
gagb 81e3f24acd Merge pull request #29 from microsoft/gagb-patch-1
Update README.md
2024-12-14 19:17:54 -08:00
gagb b84294620a Update README.md 2024-12-14 19:05:51 -08:00
gagb 60c495d609 Merge branch 'main' into patch-2 2024-12-14 18:57:11 -08:00
gagb 71123a4df3 Merge pull request #7 from microsoft/gagb/improve-readme
Improve the readme with contributing guidelines
2024-12-14 18:54:28 -08:00
gagb 5753e553fe Fix conflicts 2024-12-14 18:47:34 -08:00
gagb 752dd897b9 Merge pull request #28 from pawarbi/main
Update README.md
2024-12-14 18:44:52 -08:00
gagb 1aa4abe90f Merge branch 'gagb/improve-readme' into main 2024-12-14 18:44:33 -08:00
gagb ea7c6dcc40 Merge pull request #27 from haesleinhuepf/patch-1
Add installation instructions from haesleinhuepf:patch-1
2024-12-14 18:39:51 -08:00
gagb a31c0a13e7 Merge branch 'main' into gagb/improve-readme 2024-12-14 18:34:27 -08:00
Sandeep Pawar 30ab78fe9e Update README.md
I have updated the readme with three changes:
- Created sections for Installation and Usage to help users
- Added installation instruction
- Added additional example of using LLM. This will be the primary use case and will help users.
2024-12-14 19:15:10 -06:00
gagb 559b1fc62a Merge branch 'main' into patch-2 2024-12-14 15:02:42 -08:00
Josh XT df03382218 Improve docustring 2024-12-14 17:55:22 -05:00
Robert Haase 18301edcd0 Add installation instructions 2024-12-14 23:22:54 +01:00
Josh XT 4987201ef6 test 2024-12-14 08:49:03 -05:00
Josh XT 571c5bbc0e add test 2024-12-14 08:45:51 -05:00
Josh XT e8ea8b6f3d Update readme 2024-12-14 08:41:07 -05:00
Josh XT 7e634acf5f import zipfile 2024-12-14 08:24:44 -05:00
Josh XT 862c39029e add zip handling 2024-12-14 06:34:47 -05:00
afourney 70ab149ff1 Merge pull request #10 from simonw/patch-1
Remove invalid classifiers
2024-12-13 21:10:53 -08:00
Simon Willison 33ce17954d Note about piping 2024-12-13 11:09:03 -08:00
Simon Willison 6ebef5af0c CLI usage instructions
Plus added  a PyPI badge
2024-12-13 11:06:11 -08:00
Simon Willison 3b88696777 Remove invalid classifiers
requires-python says 3.10 and higher only
2024-12-13 10:53:35 -08:00
gagb 3f9ba06418 Improve the readme with contributing guidelines
Addresses issue https://github.com/microsoft/markitdown/issues/6

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/microsoft/markitdown?shareId=XXXX-XXXX-XXXX-XXXX).
2024-12-12 15:17:18 -08:00
afourney b40139652b Merge pull request #4 from microsoft/fixes_for_filesurfer
Small fixes for the file surfer.
v0.0.1a2
2024-11-25 15:08:44 -08:00
Adam Fourney cc0a039bb0 Small fixes for the filesurfer. 2024-11-25 13:42:05 -08:00
afourney 851c7cff96 Merge pull request #3 from microsoft/add_cli
Added a simple CLI.
2024-11-14 10:27:55 -08:00
Adam Fourney 2ad821ae8f Merge branch 'add_cli' of github.com:microsoft/markitdown into add_cli 2024-11-14 10:24:52 -08:00
Adam Fourney 2eab564c4c Fix continue trying on errors. 2024-11-14 10:23:40 -08:00
afourney e3f8cdf1da Merge branch 'main' into add_cli 2024-11-14 07:53:37 -08:00
Adam Fourney 997c7af53c Added a simple CLI. 2024-11-14 07:50:21 -08:00
afourney 8a2957292c Merge pull request #2 from microsoft/update_readme
Replaced placeholder content in the readme.
2024-11-13 16:29:02 -08:00
afourney 3354904d0d Merge branch 'main' into update_readme 2024-11-13 16:26:33 -08:00
Adam Fourney c78412536f Replaced placeholder content in the readme. 2024-11-13 16:25:54 -08:00
afourney fdf1102148 Merge pull request #1 from microsoft/ci_test
Fix the remote tests.
2024-11-13 14:44:39 -08:00
Adam Fourney 1787b83d7d Fix remote tests. 2024-11-13 14:37:47 -08:00
Adam Fourney fc3349185c Testing CI 2024-11-13 14:33:31 -08:00