markitdown
markitdown copied to clipboard
图片无法转换
测试结果图片不能转换到md文档里面
make sure that you are using latest version
Today, I tested directly using the pip command to install dependency packages.
Today, I tested directly using the pip command to install dependency packages.
so any problem ?
if possible include full context your os the version of python you are using and the error message
I also cannot output image content,I can only get the main idea of the images,oops~
Python:3.12
e.g:
@BlackPool888 i think you are getting what is intended for giving image input you will get description
@SigireddyBalasai Right,I get it now,I had expected to receive the main content,not just a description,thx
https://github.com/microsoft/markitdown/issues/51 ,you can comment the code
md = MarkItDown(llm_client=client, llm_model="gpt-4o") ,图片转md需要提供llm的接口才能识别
@SigireddyBalasai Right,I get it now,I had expected to receive the main content,not just a description,thx
This may require an OCR approach
md = MarkItDown(llm_client=client, llm_model="gpt-4o") ,图片转md需要提供llm的接口才能识别
This method can summarize the content of the picture, but can not identify the text in the picture, how to extract the text in the picture
Insert the pictures in the PDF document into the corresponding positions in the Markdown document. This cannot be achieved.
md = MarkItDown(llm_client=client, llm_model="gpt-4o") ,图片转md需要提供llm的接口才能识别
This method can summarize the content of the picture, but can not identify the text in the picture, how to extract the text in the picture
I also need this feature!