markitdown
markitdown copied to clipboard
在Linux 系统上提取不了图片
在windows上可以提取图片为base64,但部署到linux上就提取不了图片了
同问,linux版本只更新到了0.0.2版本,而windows版本更新到了0.1.1。拉最新代码安装,magika这个库依赖项过不了
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.
works with "-slim" image :(