Nodes Browser

ComfyDeploy: How ComfyUI-PaddleOcr works in ComfyUI?

What is ComfyUI-PaddleOcr?

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

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-PaddleOcr and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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.