Create new document group
Manually define a user-created document group to process documents with an identical layout, for example, invoices from a specific supplier.
前提条件
- If you have not done so already, ラーニング インスタンスを作成. After you create a learning instance, you are redirected to the document groups page, where you create a new document group.
- Identify the group label. This is the name of the folder in the documents\classify\train directory where documents with an identical layout are sent. You will provide the group label in the steps below.
- Identify sample documents (maximum 150) that have an identical layout. You can upload more documents to train the group after the group is created.
手順
- Navigate to the learning instance details page and click Create group.
- In the Group label field, provide the folder name that contains the sorted documents in the documents\classify\train directory.
- Click Browse to upload sample documents to define the layout.
- Click Save.
次のステップ
- Configure the mechanism to sort incoming documents to the correct group:
- To use the Classifier, run the Bot with the Train Classifier アクション to create the classification model and sub-folders to hold the sorted documents in the documents\classify\train directory. See [クラシファイアをトレーニング] アクションの使用.
- Alternatively, create RPA Bot identify and sort incoming documents using conditional statements, such as string-matching the file name or sender. See the String condition in the ループ パッケージ or If パッケージ.
- Update the following アクション:
- Optional: Update the Classify Document アクション to use Express mode. See step 6 in ドキュメントの分類 アクション の使用.
- Update the Upload document アクション to provide the group label. See step 4 in ドキュメントのアップロード アクション.
- Upload more documents to train the group. When you are done with training, set the group to production.
- After you set the group to production: If you have a Bot with the Process Documents アクション, you must update the アクション with the group label. See step 7 in [IQ Bot ドキュメントを処理] アクション の使用.