VikParuchuri / marker

Convert PDF to markdown quickly with high accuracy
https://www.datalab.to
GNU General Public License v3.0
14.15k stars 720 forks source link

The description text of the image is not recognized #144

Open Watterry opened 1 month ago

Watterry commented 1 month ago

In the process of providing PDF to text, everything else is quite good, it is in the prompt picture, did not extract the description of the picture description text.

Now the extraction results are like this:

![5_image_0.png](5_image_0.png)

In fact, it should be necessary to generate something like the following to meet expectations:

![The descrption text of the image should be here](5_image_0.png)