I have a program exp.py which provides a yes/no result. I want to know how to run the script for multiple PDF and capture the output.
example input: xyz.pdf, abc.pdf, mno.pdf ;
1.output:
- xyz yes
- abc no
- mno yes
Please advice.
I have a program exp.py which provides a yes/no result. I want to know how to run the script for multiple PDF and capture the output.
example input: xyz.pdf, abc.pdf, mno.pdf ;
1.output:
Please advice.
Copyright © 2021 Jogjafile Inc.
$I did some research and found the below solution with Glob library. hope the below $solution helps.