-
fix: remap parent id after hashing (#4245)
发布于
2026-02-19 15:24:31 +00:00 This PR addresses an issue where hashing element id loses the reference
for parent id.
This happens when callingpartition_htmlwhere the partition process
already assigned parent ids for elements based on html structure before
apply_metadatais called, i.e., before element id hashing happens.
This fix ensures that the parent references stay unchanged after
hashing.下载附件