Count Found Documents
transkribus_coll_count_find_documentsCount documents matching specified search criteria such as title, author, or collection ID. Get the total number of documents that fulfill filters like exact match, case sensitivity, or inclusion of deleted documents.
Instructions
Count documents matching the given search criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Filter by document title | |
| author | No | Filter by author | |
| collId | No | Filter by collection ID | |
| docId | No | Filter by document ID | |
| exactMatch | No | Require exact match | |
| descr | No | Filter by description | |
| writer | No | Filter by writer | |
| id | No | Filter by ID | |
| userid | No | Filter by user ID | |
| uploaderId | No | Filter by uploader ID | |
| labelId | No | Filter by label ID | |
| isDeleted | No | Include deleted documents | |
| caseSensitive | No | Case sensitive search |