mastari/text-removal-endpoint
0
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>"
}
}
