How to convert charts to table?
#16
by
NirajRajai
- opened
The technical paper showed examples for charts to markdown table but I am unable to find any parameter which can help me convert that. Right now it is classic ocr where chart just treated as image and not shown in markdown
Hello, this is supported. If you are using our online demo, there is an optional "enable chart parsing" next to the "Parse document" button, which is turned off by default and needs to be manually checked. In addition, in "Element-level Recognition", you can upload a chart image and click "chart recognition". If you are using the official code, you can refer to our user guide https://github.com/PaddlePaddle/PaddleOCR/blob/main/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md and set use_chart_recognition
to True
.