{"id":13624380,"url":"https://github.com/incubated-geek-cc/Text-To-Speech-App","last_synced_at":"2025-04-16T00:32:18.976Z","repository":{"id":113203450,"uuid":"469993315","full_name":"incubated-geek-cc/Text-To-Speech-App","owner":"incubated-geek-cc","description":"A Fusion of OCR Technology (Tesseract.js) \u0026 Web Speech API. Standalone, portable and works offline.","archived":false,"fork":false,"pushed_at":"2023-03-04T14:51:25.000Z","size":39201,"stargazers_count":24,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-01T21:59:52.026Z","etag":null,"topics":["data-science","javascript","machine-learning","ocr","ocr-recognition","tesseract","tesseract-ocr","tesseract-ocr-api","tesseractjs","webapp"],"latest_commit_sha":null,"homepage":"https://incubated-geek-cc.github.io/Text-To-Speech-App","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/incubated-geek-cc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-2.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-15T03:36:53.000Z","updated_at":"2024-06-03T22:54:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef80799b-8477-4428-8674-2a41ce7de846","html_url":"https://github.com/incubated-geek-cc/Text-To-Speech-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incubated-geek-cc%2FText-To-Speech-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incubated-geek-cc%2FText-To-Speech-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incubated-geek-cc%2FText-To-Speech-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/incubated-geek-cc%2FText-To-Speech-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/incubated-geek-cc","download_url":"https://codeload.github.com/incubated-geek-cc/Text-To-Speech-App/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223691578,"owners_count":17186847,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","javascript","machine-learning","ocr","ocr-recognition","tesseract","tesseract-ocr","tesseract-ocr-api","tesseractjs","webapp"],"created_at":"2024-08-01T21:01:41.918Z","updated_at":"2024-11-08T13:30:22.389Z","avatar_url":"https://github.com/incubated-geek-cc.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/geekcc'"],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/incubated-geek-cc/Text-To-Speech-App/raw/main/img/logo.png\" width=\"96\" alt=\"logo\"\u003e\n\n  # 🔎 Text-To-Speech App\n\n  ### 🛠️ Built with open-sourced Tesseract OCR Engine (WebAssembly JavaScript port). An offline in-browser setup.\n\n  \u003cimg src=\"https://miro.medium.com/max/1050/1*HpLqMW2nShvkHuO28XDOZw.png\" alt=\"cover image\"\u003e\n\n**A Fusion of OCR Technology (Tesseract.js) \u0026 Web Speech API 🗣💬.  Non-mobile responsive 📱🚫.**\n\n\u003cdiv align=\"left\"\u003e\n\n### 📌 Features\n\n\u003c/div\u003e\n\u003cdiv align=\"left\"\u003e\n\n\u003cul\u003e\n\t\u003cli\u003eImage-to-Text: Input image file for Text Extraction with \u003ca href='https://github.com/tesseract-ocr/tesseract' target='_blank'\u003eTesseract-OCR\u003c/a\u003e\u003c/li\u003e\n\t\u003cli\u003ePDF-to-Image-to-Text: Input PDF File to render each page image for Text Extraction with \u003ca href='https://mozilla.github.io/pdf.js' target='_blank'\u003ePDF.js\u003c/a\u003e\u003c/li\u003e\n\t\u003cli\u003eText-to-Speech: Voice generation with Web API \u003ca href='https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis' target='_blank'\u003eSpeechSynthesis\u003c/a\u003e\u003c/li\u003e\n\t\u003cli\u003eExport extracted text to local .txt file.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003c/div\u003e\n\u003c/div\u003e\n\n### 🌟 Try it yourself\n[**Live Demo :: Link**](https://incubated-geek-cc.github.io/Text-To-Speech-App)\n\n### ✍ Read related post here\n[**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)\n\u003cbr\u003e\n[**Article Two :: Build An Image \u0026 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)\n\n### 👀 Preview\n\n#### Part i.\n\u003cimg src='https://miro.medium.com/max/900/1*yv3K9jUTBEoO115r7yXSOQ.gif' width=\"800px\" /\u003e\n\n\u003cimg src='https://miro.medium.com/max/1050/1*ZfYL_Ff-4bp5Vgsdojc2Cg.png' width=\"800px\" /\u003e\n\n#### Part ii.\n\u003cimg src='https://miro.medium.com/max/900/1*qO3olCr6LsSdOydbHS1fTA.gif' width=\"800px\" /\u003e\n\n\u003cp\u003e— \u003cb\u003eJoin me on 📝 \u003cb\u003eMedium\u003c/b\u003e at \u003ca href='https://medium.com/@geek-cc' target='_blank'\u003e~ ξ(🎀˶❛◡❛) @geek-cc\u003c/a\u003e\u003c/b\u003e\u003c/p\u003e\n\n---\n\n#### 🌮 Please buy me a \u003ca href='https://www.buymeacoffee.com/geekcc' target='_blank'\u003eTaco\u003c/a\u003e! 😋\n\n---\n\n## 📜 License \u0026 Credits\n\n\u003col\u003e\n\t\u003cli\u003e© Copyright - This work is licensed under \u003ca rel=\"license\" href=\"https://raw.githubusercontent.com/incubated-geek-cc/Text-To-Speech-App/main/LICENSE-2.0.txt\"\u003eApache License\u003c/a\u003e\n\t\u003c/li\u003e\n\t\u003cli\u003eOriginal library at \u003ca href='https://tesseract.projectnaptha.com/' target='_blank'\u003eTesseract.js v2\u003c/a\u003e and its co-creator/maintainer \u003ca href=\"https://github.com/jeromewu\" target=\"_blank\"\u003eJerome Wu\u003c/a\u003e\u003c/li\u003e\n\u003c/ol\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincubated-geek-cc%2FText-To-Speech-App","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincubated-geek-cc%2FText-To-Speech-App","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincubated-geek-cc%2FText-To-Speech-App/lists"}