Extensions/ComfyUI-PaddleOcr
ComfyUI Extension

ComfyUI-PaddleOcr

Nodes related to [a/PaddleOCR](https://paddlepaddle.github.io/PaddleOCR) OCR.

By civen-cn·Created 2 years ago·Updated 2 years ago· 11
civen-cn/ComfyUI-PaddleOcr
Nodes
On cloudLocal install
Stars11
Updated2 years ago
Readme

ComfyUI-PaddleOcr

Nodes related to PaddleOCR OCR

OcrBoxMask

return masks of detected text in images

This node returns masks of detected text in images using PaddleOCR.

Inputs

  • images: the input images to be processed.
  • text: the text to be detected in images.

Outputs

  • masks: the masks of detected text in the input images.

OcrImageText

return text in an image

This node returns text in an image using PaddleOCR.

Inputs

  • image: the input image to be processed.

Outputs

  • text: the text detected in the input image.