markitdown icon indicating copy to clipboard operation
markitdown copied to clipboard

在Linux 系统上提取不了图片

Open worldpathbreaker opened this issue 8 months ago • 3 comments

在windows上可以提取图片为base64,但部署到linux上就提取不了图片了

worldpathbreaker avatar Apr 10 '25 14:04 worldpathbreaker

同问,linux版本只更新到了0.0.2版本,而windows版本更新到了0.1.1。拉最新代码安装,magika这个库依赖项过不了

oyjj614 avatar Apr 29 '25 09:04 oyjj614

Also running into this. Try running pip install 'markitdown[all]==0.1.2' in python:3.13-alpine container, I get this:

ERROR: Cannot install markitdown because these package versions have conflicting dependencies.

The conflict is caused by:
    magika 0.6.2 depends on onnxruntime>=1.17.0; python_version > "3.9"
    magika 0.6.1 depends on onnxruntime>=1.17.0; python_version > "3.9"

If the version is left off (pip install 'markitdown[all]'), then version 0.0.2 is installed.

dparker2 avatar Jul 21 '25 22:07 dparker2

works with "-slim" image :(

vigo avatar Sep 22 '25 21:09 vigo