Find nodes matching multiple criteria simultaneously. Combines text search, node type filtering, page filtering, tag matching, and spatial region queries with AND logic.Documentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Flags
| Flag | Description | Default |
|---|---|---|
--contains | Text/regex search pattern | |
--type | Filter by node type (e.g., line, paragraph) | |
--page N | Filter by page number (1-based) | |
--tag | Filter by tag name | |
--region x1,y1,x2,y2 | Spatial bounding box filter | |
--max N | Maximum number of results | 0 (unlimited) |
--pretty | Pretty-print JSON output | false |
