When calling nvidia/nemotron-parse with tool_choice: detection_only, the API returns bounding boxes but no text content. This causes two problems:
- Bounding box geometry differs from what the NVIDIA Build demo produces on the same image.
- Page text is always empty, breaking any downstream text extraction.
The correct tool is markdown_bbox, which returns both bounding boxes and inline text for every detected element.