Document処理を構成する
1
Documentの作成方法を選択する
Image Processing タブで、次のいずれかを選択します。
- 画像ファイルを処理するには、Create document for each image file を選択します。
*.txtや*.docなどのDocument形式のファイルを処理するには、Create document when Document Definition is applied を選択します。
2
ワークフロースキーマを Advanced に切り替える
- Project → Project Properties をクリックし、Workflow タブを開きます。
- Schema パラメーターを Advanced に設定します。
3
検証ステージで Web Station を有効にする
Verification ステージを選択し、General タブで Enable web stations を選択してから、OK をクリックします。
4
新しい処理ステージを追加する
- プロパティ ウィンドウの Workflow タブで、Stage をクリックします。
- Create Processing Stage ウィンドウで、基本設定として Automatic を選択し、OK をクリックします。
5
ステージに名前を付け、前のステージにリンクする
- Workflow Stage Properties ダイアログの General タブで、カスタム スクリプト ステージの名前を入力します。例:
Post Verification Script Stage。 - Wait for all documents of a batch オプションをオフにします。
- Linked to previous オプションを選択します。
6
ステージ スクリプトを追加する
- 同じダイアログの Script タブを開きます。
- Type パラメーターを Document processing に設定し、Edit script をクリックします。
- 次のスクリプトを入力します。
7
ステージのエントリ条件を設定する
- Entry Conditions タブを開き、Under these conditions を選択します。
- Rule をクリックします。
- Rule Settings ダイアログの Name field に、ルール名を入力します。例:
Previous stage was Verification。 - Condition type パラメーターを Script に設定し、Script をクリックします。
- 次のスクリプトを入力します。
WasVerified 登録パラメーターが設定されます。後続のステージでは、このパラメーターを使用してDocumentが検証を経たかどうかを判断します。8
変更を保存する
OK をクリックします。
