You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I then store this object into my database, and noticed that items do not necessarly get saved in order. Meaning, when I go about retrieving back from the database the partitions to create a view of the whole document, there is no way of telling which bits comes first.
Am I missing something here? Is there a way to preserve the document structure? or shall I simply add my own incremental index to the result?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there and thank you for the great library.
When partitioning a word document, unstructured returns an array of objects e.g.
I then store this object into my database, and noticed that items do not necessarly get saved in order. Meaning, when I go about retrieving back from the database the partitions to create a view of the whole document, there is no way of telling which bits comes first.
Am I missing something here? Is there a way to preserve the document structure? or shall I simply add my own incremental index to the result?
Beta Was this translation helpful? Give feedback.
All reactions