Closed hl-gl closed 3 weeks ago
Hello, if you set the output to markdown format, but the final output data is not in MARKDOWN format?
Hi, Can you show your example?
Hello, if you set the output to markdown format, but the final output data is not in MARKDOWN format?
Hi, Can you show your example?
However, the latex format file cannot be displayed correctly when converted to markdown format file
Hello, if you set the output to markdown format, but the final output data is not in MARKDOWN format?
Hi, Can you show your example?
However, the latex format file cannot be displayed correctly when converted to markdown format file
Currently our model only supports latex format output. Since markdown format doesn't support merged cells, as shown in the code of demo.py
, some simple tables that do not contain merged cells can be converted by the pypandoc tool, but if it is a complex table may not work.
Hello, if you set the output to markdown format, but the final output data is not in MARKDOWN format?
Hi, Can you show your example?
However, the latex format file cannot be displayed correctly when converted to markdown format file
Currently our model only supports latex format output. Since markdown format doesn't support merged cells, as shown in the code of
demo.py
, some simple tables that do not contain merged cells can be converted by the pypandoc tool, but if it is a complex table may not work.
The third picture shows the markdown output using the method in the first picture. According to the results, the correct markdown file was not successfully output. How can I solve this problem?
This is my output.
You can see if the latex code is correct, if it is correct it may be a problem with pypandoc, the version I use is 1.13.
You can see if the latex code is correct, if it is correct it may be a problem with pypandoc, the version I use is 1.13.
Thank you, the problem is solved. When downloading the model file, version 1 and version 2 should be confused.
Due to the lack of recent updates, this issue will be closed.
Hello, if you set the output to markdown format, but the final output data is not in MARKDOWN format?