Pdfgrep - Search Text Inside PDF Files - Linux CLI

preview_player
Показать описание
Package: pdfgrep
Description: search in pdf files for strings matching a regular expression
Pdfgrep is a tool to search text in PDF files. It works similar to `grep'.

Features:
* search for regular expressions.
* support for some important grep options, including: + filename output. + page number output. + optional case
insensitivity. + count occurrences.
* and the most important feature: color output!
Рекомендации по теме
Комментарии
Автор

That looks like a very handy tool. Checking that out, for sure.

LockeGS
Автор

@DrRhoxus is called zsh-syntax-highlighting, u gonna have to add it, forgot the site but just search for it

gotbletu
Автор

Sweet!
Avoids a step:
pdftotext foo.pdf - | grep -i bar

InfinitelyManic
welcome to shbcf.ru