David Zhang
David Zhang
Have you resolved this issue on Windows?
可以看一下您pip3 install -r requirements.txt的输出吗?感觉还是缺一些
目前Demo程序不是多用户的。Streamlit适合开发演示程序,或本机单用户使用。复杂场景下,还是要用React做前端开发。
Met the same problem. **Docling version** 2.23.0 **Python version** Python 3.12.2 `1 validation error for SectionHeaderItem level Input should be less than or equal to 100 [type=less_than_equal, input_value=300, input_type=int] For...
刚测试了moonshot普通key没有问题
补充,您在环境变量里设置key试试 export MOONSHOT_API_KEY="Your key"
修改了相关代码,现在官网Demo是对的呢,您可以再试试
+1, looking forward to this important enhancement.
I noticed that in the html_backend.py, image itself is not added into PictureItem. Therefore, no image is exported and referenced when I use save_as_markdown(md_filename, image_mode=ImageRefMode.REFERENCED) ` def handle_image(self, element, idx,...
感谢反馈,我们看一下