gagb
423a01844a
Merge branch 'main' into patch-1
2024-12-19 10:30:10 -08:00
gagb
7147bef7d5
Merge pull request #130 from sugatoray/update_commandline_help
...
Update CLI helpdoc formatting to allow indentation in code
2024-12-19 10:20:23 -08:00
Sugato Ray
a5f39d6922
Merge branch 'main' into update_commandline_help
2024-12-19 07:58:48 -05:00
gagb
925c4499f7
Merge pull request #121 from l-lumin/add-project-description
2024-12-19 00:53:54 -08:00
Petr@AP Consulting
b28f380a47
Update README.md
...
Co-authored-by: gagb <gagb@users.noreply.github.com >
2024-12-19 09:23:15 +01:00
lumin
c86287b7e3
feat: add project description in pyproject.toml
2024-12-19 13:02:47 +09:00
Sugato Ray
6f3c762526
Merge branch 'main' into update_commandline_help
2024-12-18 17:50:07 -05:00
gagb
cb66b35f11
Merge pull request #132 from microsoft/gagb-patch-1
...
Add downloads badge
2024-12-18 14:30:09 -08:00
gagb
a2743a5314
Add downloads badge
2024-12-18 14:26:36 -08:00
Sugato Ray
277480066a
Merge branch 'update_commandline_help' of https://github.com/sugatoray/markitdown into update_commandline_help
2024-12-18 21:53:54 +00:00
gagb
6e1b9a7402
Run precommit
2024-12-18 13:46:10 -08:00
Sugato Ray
1384e80725
update .gitignore to exclude .vscode folder
2024-12-18 21:46:06 +00:00
Sugato Ray
356e895306
update formatting with pre-commit
2024-12-18 21:45:23 +00:00
Petr@AP Consulting
f6e75c46d4
Update README.md
...
I changed command for running script from Mac version (python3) to Windows version (python)
2024-12-18 21:17:47 +01:00
afourney
8bc1bee18b
Merge pull request #129 from finchy/main
...
Safeguard against path traversal for ZipConverter
2024-12-18 12:11:00 -08:00
Petr@AP Consulting
f4471d96e2
Update README.md
...
Co-authored-by: gagb <gagb@users.noreply.github.com >
2024-12-18 21:08:10 +01:00
Petr@AP Consulting
088007338d
Update README.md
...
Co-authored-by: gagb <gagb@users.noreply.github.com >
2024-12-18 21:07:55 +01:00
Petr@AP Consulting
bb929629f3
Update README.md
...
Co-authored-by: gagb <gagb@users.noreply.github.com >
2024-12-18 21:05:36 +01:00
Petr@AP Consulting
233ba679b8
Update README.md
...
Co-authored-by: gagb <gagb@users.noreply.github.com >
2024-12-18 21:05:04 +01:00
gagb
46b7f043d3
Merge branch 'main' into patch-1
2024-12-18 11:57:57 -08:00
gagb
5fc70864f2
Run pre-commit
2024-12-18 11:46:39 -08:00
Sugato Ray
39410d01df
Update CLI helpdoc formatting to allow indentation in code
...
Use `textwrap.dedent()` to allow indented cli-helpdoc in `__main__.py` file. The indentation increases readability, while `textwrap.dedent` helps maintain the same functionality without breaking code.
2024-12-18 14:22:58 -05:00
Joel Esler
6e4caac70d
Safeguard against path traversal for ZipConverter
...
fix: prevent path traversal vulnerabilities in ZipConverter
Added a secure check for path traversal vulnerabilities in the ZipConverter class.
Now validates extracted file paths using `os.path.commonprefix` to ensure all files
remain within the intended extraction directory. Raises a `ValueError` if a
path traversal attempt is detected.
- Normalized file paths using `os.path.normpath`.
- Added specific exception handling for `zipfile.BadZipFile` and traversal errors.
- Ensured cleanup of extracted files after processing when `cleanup_extracted` is enabled.
2024-12-18 13:12:55 -05:00
Petr@AP Consulting
224f1df0fc
Update README.md
...
I collapsed section about batch processing as was suggested
2024-12-18 09:28:18 +01:00
gagb
1deaba1c6c
Merge pull request #98 from waterimp/feature/fix-code-comments
...
fix incorrect comments for "bail if not ..." for WAV and image cases.
2024-12-17 17:57:25 -08:00
gagb
09cb048cbe
Merge branch 'main' into feature/fix-code-comments
2024-12-17 17:34:53 -08:00
gagb
b029ae1cd4
Merge pull request #108 from microsoft/gagb-readme
...
Simplify README
2024-12-17 17:30:49 -08:00
gagb
524aa0da75
Update README.md
2024-12-17 17:25:40 -08:00
gagb
de1b54d79f
Update README.md
2024-12-17 17:25:13 -08:00
gagb
1e7806a7ac
Simplify
2024-12-17 17:21:39 -08:00
gagb
1163aa2b4e
Merge pull request #106 from microsoft/gagb-patch-1
...
Update README.md
2024-12-17 16:57:32 -08:00
gagb
3bcf2bdae7
Update README.md
2024-12-17 16:54:17 -08:00
gagb
41a10b9a35
Merge pull request #64 from l-lumin/add-devcontainer-config
...
feat(devcontainer): Add DevContainer Configuration for Easier Contribution Setup
2024-12-17 16:52:50 -08:00
gagb
f1e399eee4
Merge branch 'main' into add-devcontainer-config
2024-12-17 16:50:32 -08:00
gagb
8b02c0bf9f
Merge pull request #80 from diya155/main
...
Update README.md
2024-12-17 16:49:58 -08:00
gagb
1dda535330
Merge branch 'main' into main
2024-12-17 16:46:23 -08:00
gagb
362214323e
Merge branch 'main' into feature/fix-code-comments
2024-12-17 16:38:47 -08:00
lumin
457b6234e6
Merge branch 'main' into add-devcontainer-config
2024-12-18 09:14:31 +09:00
afourney
790031409b
Merge pull request #71 from AumGupta/main
...
feat: Add IpynbConverter
2024-12-17 15:41:51 -08:00
afourney
9e546a8588
Merge branch 'main' into main
2024-12-17 15:37:28 -08:00
afourney
ddf695cf81
Merge pull request #97 from Soulter/main
...
feat: Add RSSConverter
2024-12-17 15:34:22 -08:00
Adam Fourney
8d5f16ecd2
Fixed formatting.
2024-12-17 15:27:06 -08:00
afourney
a571021199
Merge branch 'main' into main
2024-12-17 15:12:59 -08:00
afourney
9add517510
Merge branch 'main' into feature/fix-code-comments
2024-12-17 14:56:16 -08:00
afourney
3ce21a47ab
Merge pull request #102 from microsoft/bump_version
...
Bump version.
v0.0.1a3
2024-12-17 13:55:12 -08:00
Adam Fourney
9518c01d4e
Bump version.
2024-12-17 13:51:13 -08:00
afourney
22504551ef
Merge pull request #101 from microsoft/add_deprecation_warnings
...
Added deprecation warnings for mlm_* arguments.
2024-12-17 13:49:44 -08:00
Adam Fourney
95188a4a27
Merge main.
2024-12-17 13:46:26 -08:00
afourney
e69d012b86
Merge pull request #100 from microsoft/add_llm_tests
2024-12-17 13:36:36 -08:00
Adam Fourney
03a7843a0a
Added deprecation warnings for mlm_* arguments.
2024-12-17 13:22:48 -08:00