----------------------
In the recent update (v0.6.34), the
extra_info
attribute has been replaced with a
metadata
property for
TextNode
and
Document
objects. You should use
metadata
instead of
extra_info
. Here is the relevant extract from the changelog:
TextNode
and Document
have a metadata property, which replaces the extra_info
property (#6586)
You can find more details in the
changelog ().
----------------------
Note: you can ask me a follow up question by @ mentioning me again
:speech_balloon:
----------------------