Hi, I was wondering if someone could assist me with a llamaparse question. I am parsing various pdf documents to embed them into a vector database (I am using Milvus). The vector database needs to have defined fields. The problem I am facing is that each document (not necessarily english) is giving me a different schema when parsed. eg one schema could have a text field with the text that I could import. but another document may have text I need parsed as a text and value field. I am sure this is a common issue. Does someone know of an existing thread I could review to understand the best way to deal with this. I am trying to build a small library that I can access for GPT queries but am stumped at this point.