Skip to content

Optimized Automation Script using Python for PDF to Text Conversion #331

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

Merged
merged 3 commits into from
Oct 7, 2023
Merged

Optimized Automation Script using Python for PDF to Text Conversion #331

merged 3 commits into from
Oct 7, 2023

Conversation

iSiddharth20
Copy link
Contributor

  • Added README.md, requirements.txt, Sample Usage Screenshot.
  • Added Exception Handling for following cases:
    • If PDF File in not found.
    • If TXT File could not be created/opened.
    • Displays Appropriate Error Message on Screen.
  • Updated Libraries to add the following functionalities:
    • Extract PDF FileName from Provided Path.
    • Create TXT with the same FileName as PDF File in the Same Directory.
  • Optimized RAM Usage by Opening-Extracting-Exporting One PDF Page at a time.
  • Requires Minimum Input and Works Faster.

@github-actions
Copy link

github-actions bot commented Oct 5, 2023

Hi @iSiddharth20! 👋

Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.

@iSiddharth20 iSiddharth20 changed the title Updated Automation Script for PDF to Text Conversion using Python Optimized Automation Script using Python for PDF to Text Conversion Oct 7, 2023
@larymak larymak merged commit bd5f75d into larymak:main Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants