-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installed via choco
: Fails to adapt and search PDFs on Windows: Error: copying adapter output to stdout
; poppler pdftotext
exit status 99
#220
Comments
Error: copying adapter output to stdout
Error: copying adapter output to stdout
; pdftotext
exit status 99
Error: copying adapter output to stdout
; pdftotext
exit status 99
Error: copying adapter output to stdout
; poppler pdftotext
exit status 99
Reinstalling |
Error: copying adapter output to stdout
; poppler pdftotext
exit status 99
choco
: Fails to adapt and search PDFs on Windows: Error: copying adapter output to stdout
; poppler pdftotext
exit status 99
Temporary work-around: install
|
I guess this is a problem with chocolately then, you had a version of pdftotext not from the poppler project. |
Came here after I got the same error with Chocolatey install. Removed the choco install, tried the scoop install: still the same error and scoop does not solve it.
|
Describe the bug
It fails to search any PDF.
Error it gives me:
Example run and output in the Git Bash terminal:
Example run and output in Command Prompt:
To Reproduce
Note: if you don't have
choco
(Chocolatey) installed, you can first install it by running this as an admin in PowerShell:Source: https://chocolatey.org/install
Next:
choco install ripgrep-all # choose the `A` option for "yes to all"
rga my dummy.pdf
to try to search dummy.pdf for the word "my".If on Windows 10 Pro, you'll also need to install vc_redist.x64.exe, as the instructions say here: https://github.com/phiresky/ripgrep-all?tab=readme-ov-file#windows
If on Windows 11 Pro, you won't.
If on Windows 10 Pro running in the Command Prompt, you may see this error pop up:
If on Windows 10 Pro running in the Git Bash terminal, you will not see this error.
Attach example file:
dummy.pdf
Run command:
Output
See above.
Screenshots
If applicable, add screenshots to help explain your problem.
See above.
Operating System and Version
Tested in Windows 10 Pro and in Windows 11 Pro. Same result in both.
Output of
rga --version
The text was updated successfully, but these errors were encountered: