Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Write a script to convert PDF files to text #216

Closed
5 tasks done
chavarera opened this issue Sep 8, 2020 · 5 comments · Fixed by #219
Closed
5 tasks done

Write a script to convert PDF files to text #216

chavarera opened this issue Sep 8, 2020 · 5 comments · Fixed by #219

Comments

@chavarera
Copy link
Member

chavarera commented Sep 8, 2020

Description

Write a script to convert PDF files to text

Type of issue

  • Feature (New Script)

Checklist:

  • I have read the project guidelines.
  • I have checked all the existing projects, before submitting a new project issue.
  • I have checked previous issues to avoid duplicates.
  • This issue will be meaningful for the project.
@pi1814
Copy link
Contributor

pi1814 commented Sep 9, 2020

Can I work on this please?

@chavarera chavarera added this to To do in Python-Mini-Projects via automation Sep 9, 2020
@chavarera
Copy link
Member Author

@pi1814 yes sure

@Tomyzon1728
Copy link
Contributor

Tomyzon1728 commented Sep 9, 2020

I want to work von this also

@Tomyzon1728 it has been assigned to someone already

@Tomyzon1728
Copy link
Contributor

Ok

@pi1814 pi1814 mentioned this issue Sep 9, 2020
11 tasks
Python-Mini-Projects automation moved this from To do to Completed Sep 20, 2020
@chavarera chavarera removed this from Completed in Python-Mini-Projects Sep 24, 2020
@shubham-indalkar
Copy link

Hello. I would like to contribute to this project.
At line 8
if(os.path.isdir("temp")) == False:
I suggest
if not os.path.isdir("temp"):

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

Successfully merging a pull request may close this issue.

4 participants