Skip to content

Commit

Permalink
added pftelDB param
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Nov 1, 2023
1 parent 1d76c72 commit 36cef3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion image_textRemove.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from chris_plugin import chris_plugin, PathMapper
from pflog import pflog

__version__ = '1.0.0'
__version__ = '1.0.2'

DISPLAY_TITLE = r"""
_ _ _ _ ______
Expand All @@ -31,6 +31,11 @@
help='output file type(only the extension)')
parser.add_argument('-r', '--removeAll', default=False, action="store_true",
help='Remove all texts from image using text recognition model')
parser.add_argument( '--pftelDB',
dest = 'pftelDB',
default = '',
type = str,
help = 'optional pftel server DB path')


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

0 comments on commit 36cef3d

Please sign in to comment.