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

Update pdf2image.py #289

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

Conversation

danielerizzoarchivi
Copy link

I made a modification to the image handling in the code, specifically in the section that opens image files. Instead of using images.append(Image.open(...)) , I implemented a with statement to open the image.

By using the with statement, the image is automatically closed once the block of code is completed. This reduces the risk of having too many open files simultaneously, which could lead to operating system errors.

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.

1 participant