Skip to content

Documents Activities

ID: zoan-packages-documents  ·  Author: Zoan Software

The Documents package connects the playbook to Zoan Cloud’s document store: where extracted documents, their pages (rendered by Zoan Cloud) and their review state live. It’s what makes the validation station and the classification station possible.

ActivityWhat it does
Documents UploadUploads a document with its pages and extraction to the store, for review.
Documents Classify BundleSends a multi-document file whose split is uncertain to the classification station.
Documents Take ConfirmedTakes the bundles whose split a person already confirmed, to extract each segment.

When a file brings several documents and the automatic split isn’t sure, a cycle with human review kicks in:

IDP Classify (splitNeedsReview)
└─ Documents Classify Bundle ──→ [Classification station] (a person confirms)
Documents Take Confirmed ──→ IDP Extract per segment

See the full flow in the extraction project tutorial.