Scenario: I have a wide variety of PDF and I am using a Notebook script I created in python to extract specific information. The specific information I need is extracted to console, and PDFs that do not have the specific values I am looking for are labeled as "Unprocessed".
I essentially want all the "Processed" files and their data to be uploaded to a feature layer under the data tab.
Is this possible? Or, are there any other workarounds such as an XLSX file being created from notebooks with the extracted information.
Thanks.