You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -190,12 +190,13 @@ Prebuilt models enable you to add intelligent document processing to your apps a
190
190
191
191
## Custom models
192
192
193
-
Custom models are trained using your labeled datasets to extract distinct data from forms and documents, specific to your use cases. Standalone custom models can be combined to create composed models.
193
+
* Custom models are trained using your labeled datasets to extract distinct data from forms and documents, specific to your use cases.
194
+
* Standalone custom models can be combined to create composed models.
194
195
195
196
:::row:::
196
197
:::column:::
197
-
**Extraction models**</br>
198
-
Custom extraction models are trained to extract labeled fields from documents.
198
+
***Extraction models**</br>
199
+
✔️ Custom extraction models are trained to extract labeled fields from documents.
199
200
:::column-end:::
200
201
:::row-end:::
201
202
@@ -216,15 +217,15 @@ Custom models are trained using your labeled datasets to extract distinct data f
216
217
217
218
:::row:::
218
219
:::column:::
219
-
**Classification model**</br>
220
-
Custom classifiers analyze input documents to identify document types prior to invoking an extraction model.
220
+
***Classification model**</br>
221
+
✔️ Custom classifiers identify document types prior to invoking an extraction model.
0 commit comments