Skip to content

brunoocastro/rext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

REXT

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

Uses

As Script:

- 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>`

As Library:

- 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:

Original Image

    `new_img = rext.clean(img)`

    - new_img show:

Final Image

Demonstration

Now we will see an demonstration of how it works:

First Exemple

Any web image
  • Original Image

Original Image

  • Final Image

Final Image

  • Details of Processing Image

Processing Image

Second Exemple

Image from memebase.com
  • Original Image

Original Image

  • Final Image

Final Image

  • Details of Processing Image

Processing Image

About

A Python library to remove text from images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages