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

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

Home Page:https://incubated-geek-cc.github.io/Text-To-Speech-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://incubated-geek-cc.github.io/Text-To-Speech-App


Languages

Language:JavaScript 46.4%Language:HTML 46.2%Language:CSS 7.4%