Skip to content

incubated-geek-cc/Text-To-Speech-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

🔎 Text-To-Speech App

🛠️ Built with open-sourced Tesseract OCR Engine (WebAssembly JavaScript port). An offline in-browser setup.

cover image

A Fusion of OCR Technology (Tesseract.js) & Web Speech API 🗣💬. Non-mobile responsive 📱🚫.

📌 Features

  • Image-to-Text: Input image file for Text Extraction with Tesseract-OCR
  • PDF-to-Image-to-Text: Input PDF File to render each page image for Text Extraction with PDF.js
  • Text-to-Speech: Voice generation with Web API SpeechSynthesis
  • Export extracted text to local .txt file.

🌟 Try it yourself

Live Demo :: Link

✍ Read related post here

Article One :: Build A Text-To-Speech App Using Client-Side JavaScript
Article Two :: Build An Image & PDF Text Extraction Tool with Tesseract OCR Using Client-side JavaScript

👀 Preview

Part i.

Part ii.

Join me on 📝 Medium at ~ ξ(🎀˶❛◡❛) @geek-cc


🌮 Please buy me a Taco! 😋


📜 License & Credits

  1. © Copyright - This work is licensed under Apache License
  2. Original library at Tesseract.js v2 and its co-creator/maintainer Jerome Wu