{"id":18186021,"url":"https://github.com/hpdeifel/pdfgrep","last_synced_at":"2025-04-09T12:06:57.528Z","repository":{"id":50719745,"uuid":"191884626","full_name":"hpdeifel/pdfgrep","owner":"hpdeifel","description":"Read-only mirror of https://gitlab.com/pdfgrep/pdfgrep - please open issues/merge-requests there","archived":false,"fork":false,"pushed_at":"2024-11-28T16:45:56.000Z","size":465,"stargazers_count":64,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-02T11:08:43.103Z","etag":null,"topics":["grep","pdf","search"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hpdeifel.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-14T06:02:41.000Z","updated_at":"2025-03-30T17:24:47.000Z","dependencies_parsed_at":"2025-01-03T03:07:28.062Z","dependency_job_id":"b2804ce4-2341-4ae2-91ee-b720422c57b7","html_url":"https://github.com/hpdeifel/pdfgrep","commit_stats":{"total_commits":500,"total_committers":17,"mean_commits":29.41176470588235,"dds":0.08599999999999997,"last_synced_commit":"aa719554829fdfbbec0c98e51ad5c0cda15dc203"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpdeifel%2Fpdfgrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpdeifel%2Fpdfgrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpdeifel%2Fpdfgrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpdeifel%2Fpdfgrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hpdeifel","download_url":"https://codeload.github.com/hpdeifel/pdfgrep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036063,"owners_count":21037092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grep","pdf","search"],"created_at":"2024-11-02T23:04:29.008Z","updated_at":"2025-04-09T12:06:57.507Z","avatar_url":"https://github.com/hpdeifel.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n\n*pdfgrep* is a tool to search text in PDF files. It works similarly to *grep*.\n\n## Features\n\n  - Grep compatible: pdfgrep tries to be compatible with GNU grep,\n    where it makes sense. Many of your favorite grep options are\n    supported (such as `-r`, `-i`, `-n` or `-c`).\n  - Search many PDFs at once, even recursively in directories\n  - Regular expressions: Posix or PCRE\n  - Colored output\n  - Support for password protected PDFs\n\nFor a complete documentation, please consult the [manpage].\n\n## Example\n\n    $ pdfgrep --max-count 1 --context 1 --with-filename --page-number pattern rabin-karp.pdf\n\trabin-karp.pdf-1-randomized\n\trabin-karp.pdf:1:pattern-matching\n\trabin-karp.pdf-1-algorithms\n\n## Dependencies\n\n - poppler-cpp (poppler \u003e= 0.14) (http://poppler.freedesktop.org/)\n - libgcrypt (https://www.gnu.org/software/libgcrypt/)\n - optionally libpcre2 (http://www.pcre.org/)\n \n## Building\n\nTo build `pdfgrep`, use the standard procedure:\n\n    ./configure\n    make\n    sudo make install\n\nIf you're using the git version, you will also have to run\n`./autogen.sh` in advance.\n\nDepending on your OS, you need to have `-dev` or `-devel` packages\ninstalled for all dependencies.\n\nThe `./configure` script can take lots of options to customize the\nbuild process, the most important of which are:\n\n - `--with-unac`: Build with experimental libunac support and add\n   the `--unac` flag to pdfgrep that strips all accents from\n   characters, making it possible to find the character 'ä' by\n   searching 'a'.\n - `--with-{zsh,bash}-completion`: Configure installation directory\n   for shell completion files.\n - `--without-libpcre`: Disable support for perl compatible regular\n   expressions.\n - `--disable-doc`: Disable manpage generation.\n\nTo uninstall, run `sudo make uninstall`.\n\nSee `configure --help` for more info or read the (very extensive)\n`INSTALL` file in the source.\n\n## Download\n\nTarballs for releases are available at https://pdfgrep.org/download.html\n\nThe development version is available as a git repository at\nhttps://gitlab.com/pdfgrep/pdfgrep\n\n## Contact\n\nGeneral questions, suggestions, bug reports, patches or anything else\ncan be sent to the [mailinglist](mailto:pdfgrep-users@pdfgrep.org).\n\nYou can also use the [issue tracker] for bug reports or create a\n[merge request] on GitLab, if you prefer that over mailinglists.\n\n\n[manpage]: https://pdfgrep.org/doc.html\n[issue tracker]: https://gitlab.com/pdfgrep/pdfgrep/issues\n[merge request]: https://gitlab.com/pdfgrep/pdfgrep/merge_requests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpdeifel%2Fpdfgrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhpdeifel%2Fpdfgrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpdeifel%2Fpdfgrep/lists"}