The Post-processing step allows you to modify parsed data before exporting it to webhooks, Zapier etc. Write Python code to add custom formatting and business l
Prevent a document from being exported If you don't need to export some of the parsed documents (typically, based on a certain condition), simply return None.
Let's say you have a books array: # data['books']: [ { "name": 'Book 1', "price": 44.99, "qty": 1 }, { "name": 'Book 2', "price": 9.99, "qty": 3 }, { "name"