On 03/04/2021 07.54, Aniket Gadge wrote:
> How to read the test from image and pdf.
Something like this should do it (in bash though and untested):
$ ls foo.{pdf,img} | xargs grep "the test" || echo "Unable to read 'the
test'"
Kind regards,
Kasper Laudrup