发布

  • fix: remap parent id after hashing (#4245)

    frostbyte_neo 发布于 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 calling partition_html where the partition process
    already assigned parent ids for elements based on html structure before
    apply_metadata is called, i.e., before element id hashing happens.
    This fix ensures that the parent references stay unchanged after
    hashing.

    下载附件