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
Hi the tool is amazing so far but I'm wondering if you can make extracted table text into a dictionary or something that is easier to be used in actual use case. For example, a table with 2 column - 'name' and 'gender', if the table is large, it's hard to parse and make use of it for LLM. However, if it could be converted into {'name':'michael', 'gender': 'male'}
Thanks so much!!
The text was updated successfully, but these errors were encountered:
Hi the tool is amazing so far but I'm wondering if you can make extracted table text into a dictionary or something that is easier to be used in actual use case. For example, a table with 2 column - 'name' and 'gender', if the table is large, it's hard to parse and make use of it for LLM. However, if it could be converted into
{'name':'michael', 'gender': 'male'}
Thanks so much!!
The text was updated successfully, but these errors were encountered: