Skip to content

Arbazkhan4712/PDF-Reader-with-Voice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDF & Image Text Reader That can Speak

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

forthebadge made-with-python Python 3.6 PyPI license

GitHub forks GitHub star

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
  • 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
  • Install python binding for imagemagick, wand, using this pip command:

    pip install wand
    
  • Install Pyttsx3:

pip install pyttsx3

Owner:

License & Copyright

© Arbaz Khan

Licensed under the MIT License