intra2net / guibot

A tool for GUI automation using a variety of computer vision and display control backends.
http://guibot.org
GNU Lesser General Public License v3.0
171 stars 21 forks source link

Add quotes to solve problems with tesseract datapaths containing spaces #47

Closed miqsoft closed 1 year ago

miqsoft commented 1 year ago

Add quotes around the tesseract datapath in the tesseract command to use datapaths containing spaces without getting errors. This should close #46.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (01318af) 90.14% compared to head (b48c3f4) 90.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #47 +/- ## ======================================= Coverage 90.14% 90.14% ======================================= Files 18 18 Lines 4485 4485 ======================================= Hits 4043 4043 Misses 442 442 ``` | [Impacted Files](https://codecov.io/gh/intra2net/guibot/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=intra2net) | Coverage Δ | | |---|---|---| | [guibot/finder.py](https://codecov.io/gh/intra2net/guibot/pull/47?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=intra2net#diff-Z3VpYm90L2ZpbmRlci5weQ==) | `89.15% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=intra2net). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=intra2net)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

miqsoft commented 1 year ago

Hey @pevogam,

I hope I did the rebasing as suggested - I'm quite a beginner to pull requests. The commit name should be changed.

pevogam commented 1 year ago

Merged using a fix-tesseract-filename branch name. Thanks!