mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-23 00:31:06 +08:00
This PR fixes two issues with MinerU PDF parser where table and image chunks were not properly classified or associated: 1. **Table chunks** were incorrectly classified as `text` instead of `table` 2. **Image chunks** were missing image resource association and classified as `text`