mastari's picture
Initial commit: text removal endpoint
9f27dd6

Text Removal Inference Endpoint (Image Version)

Removes overlaid text or captions from images using OpenCV's EAST text detector and inpainting.


๐Ÿš€ Usage

Input JSON

{
  "inputs": {
    "image": "<base64-encoded PNG or JPG>"
  }
}