Search and Replace in Collection
transkribus_search_replace_in_collectionSearch for a term and replace it with another within a specified collection of documents.
Instructions
Search for a term and replace it within a specific collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | Number of results | |
| type | No | Search type | |
| docId | No | Limit to a specific document ID | |
| query | No | Search query | |
| start | No | Start offset | |
| collId | Yes | Collection ID | |
| filter | No | Filter string | |
| legacy | No | Use legacy search | |
| searchTerm | Yes | Term to search for | |
| replaceTerm | Yes | Replacement term |