发布

  • feat: add DocumentData type (#4031)

    frostbyte_neo 发布于 2025-06-23 03:46:25 +00:00

    In scenarios where there is a large amount of data that represents the
    document rather than individual elements in the document, it may be
    preferable to specify this in a single location rather than duplicating
    the data across all elements (as we do for smaller metadata like
    filename or filetype)

    This PR adds DocumentData element type which can be used to uniquely
    capture this data.

    下载附件