target_process=classify
parameter to the upload interface, and the workflow will terminate after completing classification, skipping the extraction process.
file/fetch
interface to query classification results:
target_process=classify
for classification only, the recognition_status
field will have the following status changes:
0
- Pending recognition: File just uploaded, waiting for processing3
- Classifying: Classification processing in progress10
- Classification complete: Final state for classification-only workflow, indicating classification is complete and extraction will not be performed2
- Classification failed: Error occurred during classification process0
→ 3
→ 4
→ 1
(Pending recognition → Classifying → Extracting → Recognition successful)0
→ 3
→ 10
(Pending recognition → Classifying → Classification complete)