https://github.com/arbazkhan4712/pdf-reader-with-voice
PDF Reader with Voice using python
https://github.com/arbazkhan4712/pdf-reader-with-voice
imagemagick pdf-reader python python-binding pyttsx3 voice voice-assistant
Last synced: 12 months ago
JSON representation
PDF Reader with Voice using python
- Host: GitHub
- URL: https://github.com/arbazkhan4712/pdf-reader-with-voice
- Owner: Arbazkhan4712
- License: mit
- Created: 2020-04-02T09:42:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T18:32:47.000Z (about 6 years ago)
- Last Synced: 2025-05-16T05:38:03.436Z (about 1 year ago)
- Topics: imagemagick, pdf-reader, python, python-binding, pyttsx3, voice, voice-assistant
- Language: Python
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# PDF & Image Text Reader That can Speak
PDF & Image Text Reader That can Speak using python , pyttsx3 & Tesserct
[](https://www.python.org/) [](https://www.python.org/downloads/release/python-360/) [](https://pypi.python.org/pypi/ansicolortags/)
[](https://GitHub.com/Naereen/StrapDown.js/network/) [](https://GitHub.com/Naereen/StrapDown.js/network/)
## Installation:
- Install tesserct-ocr using this command:
- On Ubuntu
```
sudo apt-get install tesseract-ocr
```
- On Mac
```
brew install tesseract
```
- On Windows, download installer from [here](https://github.com/UB-Mannheim/tesseract/wiki)
- Install python binding for tesseract, pytesseract, using this pip command:
```
pip install pytesseract
```
- Install image processing library in python, pillow using this pip command:
```
pip install pillow
```
**For working with pdf files:**
- Install imagemagick using this command:
- On Ubuntu
```
sudo apt-get install imagemagick
```
- For other platforms, download installer from [here](https://imagemagick.org/script/download.php)
- Install python binding for imagemagick, wand, using this pip command:
```
pip install wand
```
- Install Pyttsx3:
```
pip install pyttsx3
```
## Owner:
- [Arbazkhan4712](http://arbaazkhan.ml/)
## License & Copyright
© [Arbaz Khan](https://arbazkhan4712.github.io/Contact.html)
Licensed under the [MIT License](License)