Skip to content
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

adding encoding options for pdftotext #469

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Enzodtz
Copy link

@Enzodtz Enzodtz commented Jun 27, 2023

Hi,

I'm trying to use this tool to extract text from a PDF file, but it doesn't seem to support passing the encoding directly to pdftotext.

This would cause me issues with letters that aren't in the default encoding, such as ã, à, á etc. They're being saved as .

In order to fix this, I added the shell_encoding kwarg that would allow one to choose the correct encoding for the shell parser, pdftotext, in this case.

In order to do that, I also needed to refactor a little bit the argument parsing code.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant