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