Skip to content

Commit 40247ac

Browse files
authored
Merge pull request #438 from fordprefect480/patch-1
Correct grammar in Content Understanding Classifier docs
2 parents e929520 + 620e244 commit 40247ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/content-understanding/concepts/classifier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Content Understanding classifier can analyze a single- or multi-file documents t
3939
* A single file containing one document type, such as a loan application form.
4040
* A single file containing multiple document types. For instance, a loan application package that contains a loan application form, payslip, and bank statement.
4141
* A single file containing multiple instances of the same document. For instance, a collection of scanned invoices.
42-
* By default, there's an `$OTHER` class as well, which we utilize to categorize the pages into for cases where any of the defined categories doesn't seem suitable.
42+
* By default, there's an `$OTHER` class as well, which we utilize for cases where any of the defined categories doesn't seem suitable.
4343

4444

4545
### How to use Content Understanding classifier
4646

47-
Content Understanding classifier doesn't require any training dataset. Define up to 50 category name and description and create a classifier. By default, the entire file is treated as a single content object, meaning the file/object is associated to a single category.
47+
A Content Understanding classifier doesn't require any training dataset. Define up to 50 category name and description and create a classifier. By default, the entire file is treated as a single content object, meaning the file/object is associated to a single category.
4848

4949
However, when you have more than one document in a file, the classifier can identify the different document types contained within the input file with splitting capability. The classifier response contains the page ranges for each of the identified document types contained within a file. This response can include multiple instances of the same document type.
5050

0 commit comments

Comments
 (0)