ComfyUI Node
Imgutils Bbox Unpack
Unpack a raw bboxes result string from imgutils OCR or detection nodes into a count, comma-separated labels, and an iterable JSON array suitable for use with forLoopStart/ForeachListBegin iterators.
Imgutils Bbox Unpack
- count
- labels
- iterable
◄bboxes—►
Categoryimgutils/utility
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| bboxes | STRING | Raw bboxes output from imgutils nodes (JSON array or text-tuple format). |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| count | INT | — |
| labels | STRING | — |
| iterable | STRING | — |