Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 2, 2023
1 parent 0a59f0d commit 4f858db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN pip install ".[${extras_require}]" \
&& cd / && rm -rf ${SRCDIR}
WORKDIR /

CMD ["app"]
CMD ["image_textRemove"]
4 changes: 2 additions & 2 deletions image_textRemove.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import numpy as np
from chris_plugin import chris_plugin, PathMapper

__version__ = '1.0.0'
__version__ = '0.2.0'

DISPLAY_TITLE = r"""
ChRIS Plugin to remove texts from images
Expand All @@ -22,7 +22,7 @@
parser.add_argument('-p', '--pattern', default='**/*.txt', type=str,
help='input file filter glob')
parser.add_argument('-r', '--removeAll', default=False,action="store_true",
help='input file filter glob')
help='Remove all texts from image using text recognition model')


# The main function of this *ChRIS* plugin is denoted by this ``@chris_plugin`` "decorator."
Expand Down

0 comments on commit 4f858db

Please sign in to comment.