An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# PDF & Image Text Reader That can Speak
PDF & Image Text Reader That can Speak using python , pyttsx3 & Tesserct

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)

[![GitHub forks](https://img.shields.io/github/forks/arbazkhan4712/PDF-Reader-with-Voice?style=social)](https://GitHub.com/Naereen/StrapDown.js/network/) [![GitHub star](https://img.shields.io/github/stars/arbazkhan4712/PDF-Reader-with-Voice?style=social)](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)