您好,我在https://paddlepaddle.github.io/PaddleX/3.3/pipeline_usage/tutorials/ocr_pipelines/PaddleOCR-VL.html#22-python这个文档中看到如下描述:
即parsing_res_list列表顺序为解析后的阅读顺序,
想问下
1、关于image类型在parsing_res_list列表中的顺序是否也是按照阅读顺序排的?因为如下图所示,image类型的"block_order"字段其实都是配置为null值
2、关于image类型的"block_content"字段是否固定为空,还是说会有content内容存在的情况?