https://github.com/teddyoweh/pdf-reader.-cli-
A Cli Program Designed to be able to read the text in a PDF document and save it to an audio file.
https://github.com/teddyoweh/pdf-reader.-cli-
Last synced: 6 months ago
JSON representation
A Cli Program Designed to be able to read the text in a PDF document and save it to an audio file.
- Host: GitHub
- URL: https://github.com/teddyoweh/pdf-reader.-cli-
- Owner: teddyoweh
- Created: 2021-12-05T22:41:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T22:56:34.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T00:26:47.539Z (6 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF-READER.-CLI-
A Cli Program Designed to be able to read the text in a PDF document and save it to an audio file.# INSTALLING REQUIREMENTS
```pip install -r requirements ```
# USAGE
```python app.py ```# TO DO
- [x] PDF READER (CLI)
- [ ] PDF READER (WEB APPLCATION)
- [ ] PDF READER (DESKTOP APPLICATION)