ankit jain
ankit jain

Reputation: 35

how to run textcleaner imagemagick script from git bash

I installed Git Bash on Windows system. Now I want to run textcleaner Imagemagick script from it. Which package do I need to download to run textcleaner script and how to set the path for that script. Please help.

Upvotes: 2

Views: 691

Answers (1)

Diana
Diana

Reputation: 387

Steps to make textcleaner work:

  1. open git bash.

  2. navigate to the directory of your wish. This way you avoid writing long paths to your images and stuff (see also https://stackoverflow.com/a/22509024/8340945)

  3. insert the downloaded script in this directory.

  4. (as in this answer)

    • chmod +x textcleaner
    • ./textcleaner ... arguments ..

Upvotes: 2

Related Questions