Beta
Explore
Marketplace
Neural Labs
Chat
Wallet
Docs
text-removal-endpoint – AI Model by mastari | AlphaNeural AI
You can deploy this model and start earning money today!
mastari
/
text-removal-endpoint
like
0
endpoints_compatible
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
Text Removal Inference Endpoint (Image Version)
Removes overlaid text or captions from images using OpenCV's EAST text detector and inpainting.
🚀 Usage
Input JSON
json
1
{
2
"inputs"
:
{
3
"image"
:
"<base64-encoded PNG or JPG>"
4
}
5
}
6