Skip to content

A Fusion of OCR Technology (Tesseract.js) & Web Speech API. Standalone, portable and works offline.

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2478bf8 ยท Mar 4, 2023

History

20 Commits
Apr 18, 2022
Apr 18, 2022
Apr 8, 2022
Mar 4, 2023
Apr 8, 2022
Apr 1, 2022
Mar 4, 2023
Mar 4, 2023
Apr 1, 2022

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