Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:microsoft/markitdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v0.1.1
Choose a base ref
Loading
...
head repository:microsoft/markitdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v0.1.2
Choose a head ref
Loading
  • 19commits
  • 47files changed
  • 15contributors

Commits on Mar 25, 2025

  1. Basic SSE MCP Server for MarkItDown (#1155)

    * Added an initial minimal MCP server for MarkItDown* Added STDIO default option.* Added a Dockerfile, and updated the README accordingly. Also added instructions for Claude Desktop* Pin mcp version.
    @afourney
    afourney authoredMar 25, 2025
    Configuration menu
    Copy the full SHA
    3ca5798View commit details
    Browse the repository at this point in the history
  2. Update badges (#1157)

    * Update badges in subpackages.
    @afourney
    afourney authoredMar 25, 2025
    Configuration menu
    Copy the full SHA
    73b9d57View commit details
    Browse the repository at this point in the history
  3. Update readme to point to the mcp package. (#1158)

    * Updated readme with link to the MCP package.
    @afourney
    afourney authoredMar 25, 2025
    Configuration menu
    Copy the full SHA
    9a95105View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Make it easier to use AzureKeyCredentials with Azure Doc Intelligence (

    …#1151)* Make it easier to use AzureKeyCredentials with Azure Doc Intelligence* Fixed mypy type error.* Added more fine-grained options over types.* Pass doc intel options further up the stack.
    @afourney
    afourney authoredMar 26, 2025
    Configuration menu
    Copy the full SHA
    9e067c4View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. feat: render math equations in .docx documents (#1160)

    * feat: math equation rendering in .docx files* fix: import fix on .docx pre processing* test: add test cases for docx equation rendering* docs: add ThirdPartyNotices.md* refactor: reformatted with black
    @sathinduga
    sathinduga authoredMar 28, 2025
    Configuration menu
    Copy the full SHA
    3fcd48cView commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. Add CSV to Markdown table conversion -fixes#1144(#1176)

    * feat: Add CSV to Markdown table converter- Add new CsvConverter class to convert CSV files to Markdown tables\n- Support text/csv and application/csv MIME types\n- Preserve table structure with headers and data rows\n- Handle edge cases like empty cells and mismatched columns\n- Fix Azure Document Intelligence dependency handling\n- Register CsvConverter in MarkItDown class----Thanks also to@benny123tw who submitted a very similar PR in#1171
    @erinshek
    erinshek authoredApr 13, 2025
    Configuration menu
    Copy the full SHA
    8576f1dView commit details
    Browse the repository at this point in the history
  2. chore: fix typo in README.md (#1175)

    * chore: fix typo in README.md
    @lentil32
    lentil32 authoredApr 13, 2025
    Configuration menu
    Copy the full SHA
    ebe2684View commit details
    Browse the repository at this point in the history
  3. Update README.md (#1187)

    updated subtle misspelling.
    @createcentury
    createcentury authoredApr 13, 2025
    Configuration menu
    Copy the full SHA
    041be54View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Configuration menu
    Copy the full SHA
    bbcf876View commit details
    Browse the repository at this point in the history
  2. fix: python.lang.security.use-defused-xml-parse.use-defused-xml-parse…

    …-packages-markitdown-src-markitdown-converter_utils-docx-math-omml.py (#1251)
    @kira-offgrid
    kira-offgrid authoredMay 21, 2025
    Configuration menu
    Copy the full SHA
    39e7252View commit details
    Browse the repository at this point in the history
  3. Chore: Make linter happy (#1256)

    * refactor: remove unused imports* fix: replace NotImplemented with NotImplementedError* refactor: resolve E722 (do not use bare 'except')* refactor: remove unused variable* refactor: remove unused imports* refactor: ignore unused imports that will be used in the future* refactor: resolve W293 (blank line contains whitespace)* refactor: resolve F541 (f-string is missing placeholders)---------Co-authored-by: afourney <adamfo@microsoft.com>
    @t3tra-dev@afourney
    t3tra-dev andafourney authoredMay 21, 2025
    Configuration menu
    Copy the full SHA
    cb421cfView commit details
    Browse the repository at this point in the history
  4. FIX YouTube transcript errors (#1241)

    * FIX YouTube transcript errors* Fixed formatting.---------Co-authored-by: Josh <jca351@sfu.ca>Co-authored-by: afourney <adamfo@microsoft.com>
    @JoshClark-git@jca351@afourney
    3 people authoredMay 21, 2025
    Configuration menu
    Copy the full SHA
    56f7579View commit details
    Browse the repository at this point in the history
  5. feat: add Document Intelligence API version selection via kwargs (#1253)

    Co-authored-by: Yi-Cheng Wang <yicheng.wang@heph-ai.com>Co-authored-by: afourney <adamfo@microsoft.com>
    @kirisame-wang@afourney
    3 people authoredMay 21, 2025
    Configuration menu
    Copy the full SHA
    131f0c7View commit details
    Browse the repository at this point in the history
  6. Update Python version requirement and add .cursorrules to .gitignore (#…

    …1249)* update markdown* Update and install Python version suggestions* Update README with prerequisites.---------Co-authored-by: Lucas Liu <lucas@LucasdeMacBook-Pro.local>Co-authored-by: afourney <adamfo@microsoft.com>
    @Wuhall@afourney
    3 people authoredMay 21, 2025
    Configuration menu
    Copy the full SHA
    38261fdView commit details
    Browse the repository at this point in the history
  7. support streamable http mcp (#1245)

    Co-authored-by: luhualin
    @Betula-L
    Betula-L authoredMay 21, 2025
    Configuration menu
    Copy the full SHA
    9fd680cView commit details
    Browse the repository at this point in the history
  8. docs: fix typos (#1201)

    @rtpacks
    rtpacks authoredMay 21, 2025
    Configuration menu
    Copy the full SHA
    04bf831View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    effde47View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Configuration menu
    Copy the full SHA
    9dc982aView commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    1dd3c83View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp