Nodes/imgutils/Imgutils OCR
ComfyUI Node

Imgutils OCR

Extract text from images using PaddleOCR. Returns recognized text strings and text with confidence scores.

By xiaden·Created 2 months ago·Updated 2 months ago· 0
Imgutils OCR
  • image
  • detections
  • json
heat_threshold0.30
box_threshold0.70
Categoryimgutils/ocr

Inputs (3)

NameTypeDefaultDescription
imageIMAGEInput image for text extraction.
heat_thresholdFLOAT0.300–1Heat map threshold for text region detection. Lower = more regions.
box_thresholdFLOAT0.700–1Box threshold for text detection. Lower = more candidate boxes.

Outputs (2)

NameTypeDescription
detectionsSTRING
jsonSTRING