The directory example in README.md is missing an ending parenthesis, which causes the script to error like so:
C:\Users\xxx>python detextify.py
File "C:\Users\xxx\detextify.py", line 8
detextifier.detextify(img_file, img_file.replace(".png", "_detextified.png")
^
SyntaxError: '(' was never closed
The directory example in README.md is missing an ending parenthesis, which causes the script to error like so:
Adding a closing paren fixes the problem.