Sign inSign up

elswork/pdfgrep

By elswork

Updated over 2 years ago

Pdfgrep Multiarch Microservice

Image
2

1.2K

elswork/pdfgrep repository overview

pdfgrep

A Docker file to build pdfgrep.

Be aware! You should carefully read the usage documentation of every tool!

Details

Docker PullsDocker StarsSizeSponsors
Docker pullsDocker starsDocker Image sizeGitHub Sponsors

Compatible Architectures

This image has been builded using buildx for these architectures:

  • amd64 arm64 ppc64le s390x 386 arm/v7 arm/v6

Usage Example

Start container
docker run --rm elswork/pdfgrep \
 someparameter

or

make start PARAM=someparameter

Usage: docker run --rm elswork/pdfgrep [OPTION]... PATTERN FILE...

Search for PATTERN in each FILE. PATTERN is, by default, an extended regular expression.

Commonly used options:

-i, --ignore-case Ignore case distinctions

-P, --pcre Use Perl compatible regular expressions (PCRE)

-H, --with-filename Print the file name for each match

-h, --no-filename Suppress the prefixing of file name on output

-n, --page-number Print page number with output lines

-c, --count Print only a count of matches per file

--color WHEN Use colors for highlighting; WHEN can be always', never' or `auto'

-p, --page-count Print only a count of matches per page

-m, --max-count NUM Stop reading after NUM matching lines (per file)

-q, --quiet Suppress normal output

-r, --recursive Search directories recursively

-R, --dereference-recursive Likewise, but follow all symlinks

--cache Use cache for faster operation

--help Print this help

-V, --version Show version information


Sponsor me! Together we will be unstoppable.

Other ways to fund me:

GitHub Sponsors Donate PayPal Donate with Bitcoin Donate with Ethereum

Tag summary

Content type

Image

Digest

sha256:255e41dd8

Size

10.8 MB

Last updated

over 2 years ago

docker pull elswork/pdfgrep