You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I started docker in one terminal window: docker run -p 3001:3001 axarev/parsr
Then, I run this command in another terminal window: python3 test.py
In the docker's terminal window, the output printed at the terminal is as I've copied into this attached file: docker output.txt
However, I do not know where to find the output text file created after pdf text extraction on my Mac. Could someone enlighten me?
There are only 3 files in my directory for testing Parsr:
This is my test.py code:
I copied defaultConfig.json from https://github.com/axa-group/Parsr/blob/master/server/defaultConfig.json.
Most of my test.py code is copied from https://pypi.org/project/parsr-client/.
First, I started docker in one terminal window: docker run -p 3001:3001 axarev/parsr
Then, I run this command in another terminal window: python3 test.py
In the docker's terminal window, the output printed at the terminal is as I've copied into this attached file: docker output.txt
However, I do not know where to find the output text file created after pdf text extraction on my Mac. Could someone enlighten me?
docker output.txt
The text was updated successfully, but these errors were encountered: