Text Remover Library
A Python library to remove text from images
- V 1.0
First version of this software thats object is remove text from specific images of an competition dataset
- Use rext.py -h to see how to use this script
- You can call this script by terminal with this command line:
- OBS: Without '<' '>'
`python3 rext.py -i <input_image>`
- For library uses, import this Library and call the clean function passing an image as an argument. The return is a clean image.
- Params: clean(image, show)
- If show = True, you can see all processing
`import rext.py`
`img = X`
- img show:
`new_img = rext.clean(img)`
- new_img show:
Now we will see an demonstration of how it works:
Any web image
- Original Image
- Final Image
- Details of Processing Image
Image from memebase.com
- Original Image
- Final Image
- Details of Processing Image