Saturday, April 3, 2021

Re: image reading

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

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1aee8be8-b5e9-0468-902d-ec095474401e%40stacktrace.dk.

No comments:

Post a Comment