Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incubated-geek-cc/Text-To-Speech-App
A Fusion of OCR Technology (Tesseract.js) & Web Speech API. Standalone, portable and works offline.
https://github.com/incubated-geek-cc/Text-To-Speech-App
data-science javascript machine-learning ocr ocr-recognition tesseract tesseract-ocr tesseract-ocr-api tesseractjs webapp
Last synced: 2 days ago
JSON representation
A Fusion of OCR Technology (Tesseract.js) & Web Speech API. Standalone, portable and works offline.
- Host: GitHub
- URL: https://github.com/incubated-geek-cc/Text-To-Speech-App
- Owner: incubated-geek-cc
- Created: 2022-03-15T03:36:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T14:51:25.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:59:52.026Z (3 months ago)
- Topics: data-science, javascript, machine-learning, ocr, ocr-recognition, tesseract, tesseract-ocr, tesseract-ocr-api, tesseractjs, webapp
- Language: JavaScript
- Homepage: https://incubated-geek-cc.github.io/Text-To-Speech-App
- Size: 37.4 MB
- Stars: 24
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# ๐ Text-To-Speech App
### ๐ ๏ธ Built with open-sourced Tesseract OCR Engine (WebAssembly JavaScript port). An offline in-browser setup.
**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**](https://incubated-geek-cc.github.io/Text-To-Speech-App)### โ Read related post here
[**Article One :: Build A Text-To-Speech App Using Client-Side JavaScript**](https://geek-cc.medium.com/build-a-text-to-speech-app-using-client-side-javascript-98cd72df73bb)
[**Article Two :: Build An Image & PDF Text Extraction Tool with Tesseract OCR Using Client-side JavaScript**](https://geek-cc.medium.com/build-an-image-pdf-text-extraction-tool-with-tesseract-ocr-using-client-side-javascript-6126031001)### ๐ Preview
#### Part i.
#### Part ii.
โ Join me on ๐ Medium at ~ ฮพ(๐หถโโกโ) @geek-cc
---
#### ๐ฎ Please buy me a Taco! ๐
---
## ๐ License & Credits
- ยฉ Copyright - This work is licensed under Apache License
- Original library at Tesseract.js v2 and its co-creator/maintainer Jerome Wu