So I trained a model to read some pdf job reports. There are 5-6 fields and 4 tables with headers that vary in size but always have the same category of information. Now that I have that complete what I am confused about is how is this information stored after it extracts the information?
Do I have to write it to a file, list or database in the flow to capture it? Is there a connection that allows JSON formating?