aisingapore / TagUI

Free RPA tool by AI Singapore
Apache License 2.0
5.45k stars 572 forks source link

run command cannot change folder #1344

Closed xin911 closed 1 year ago

xin911 commented 1 year ago

I want to change the images folder to run OCR command. run cd ~/Documents/java/TU/ run pwd run_result: /Users/centos7/Documents/tagui/src run cd / run pwd run_result: /Users/centos7/Documents/tagui/src run cd media/ run pwd run_result: /Users/centos7/Documents/tagui/src

how to change the folder?

xin911 commented 1 year ago

use python script instead.