Self Checks
RAGFlow workspace code commit ID
0.26.4
RAGFlow image version
0.26.4
Other environment information
Actual behavior
I used curl to call mineru and the parsing result is as follows

However, the information in the table of the Ragflow knowledge base parsing result is garbled.

Is it due to the following issue? In [mineru_parser.py] (/D:/ragflow-0.26.4/ragflow-0.26.4/deepdoc/parser/mineru_parser.py), RAGFlow calls MinerU/file_parse and then downloads the ZIP file, decompresses and extracts the contents. The problem is most likely in:
The encoding of the markdown files in the ZIP is not UTF-8, causing garbled characters when reading
The HTML tables in the markdown are wrongly stripped or escaped
The subsequent chunk processing disrupts the content of the table
Expected behavior
No response
Steps to reproduce
Is it due to the following issue? In [mineru_parser.py] (/D:/ragflow-0.26.4/ragflow-0.26.4/deepdoc/parser/mineru_parser.py), RAGFlow calls MinerU/file_parse and then downloads the ZIP file, decompresses and extracts the contents. The problem is most likely in:
The encoding of the markdown files in the ZIP is not UTF-8, causing garbled characters when reading
The HTML tables in the markdown are wrongly stripped or escaped
The subsequent chunk processing disrupts the content of the table
Additional information
No response
Self Checks
RAGFlow workspace code commit ID
0.26.4
RAGFlow image version
0.26.4
Other environment information
Actual behavior
I used curl to call mineru and the parsing result is as follows
Expected behavior
No response
Steps to reproduce
Additional information
No response