{"id":26783225,"url":"https://github.com/talha-tahir2001/textractor","last_synced_at":"2026-04-13T13:31:51.594Z","repository":{"id":270900757,"uuid":"911788622","full_name":"Talha-Tahir2001/Textractor","owner":"Talha-Tahir2001","description":"Textractor: An AI-Powered tool for accurate and efficient text extraction.","archived":false,"fork":false,"pushed_at":"2025-01-09T18:27:41.000Z","size":433,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T10:52:46.895Z","etag":null,"topics":["angular","gemini-api","tailwindcss","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://textractor-blond.vercel.app/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Talha-Tahir2001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-01-03T21:17:02.000Z","updated_at":"2025-02-11T20:32:59.000Z","dependencies_parsed_at":"2025-07-29T10:26:46.790Z","dependency_job_id":null,"html_url":"https://github.com/Talha-Tahir2001/Textractor","commit_stats":null,"previous_names":["talha-tahir2001/textractor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Talha-Tahir2001/Textractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talha-Tahir2001%2FTextractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talha-Tahir2001%2FTextractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talha-Tahir2001%2FTextractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talha-Tahir2001%2FTextractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Talha-Tahir2001","download_url":"https://codeload.github.com/Talha-Tahir2001/Textractor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Talha-Tahir2001%2FTextractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754841,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","gemini-api","tailwindcss","typescript","vercel"],"created_at":"2025-03-29T09:18:34.930Z","updated_at":"2026-04-13T13:31:51.561Z","avatar_url":"https://github.com/Talha-Tahir2001.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Textractor 🖼️📄 - Extract Text from Images \u0026 PDFs\n\nTextractor is a lightweight, user-friendly web application designed to extract text from images and PDFs (Under Progress). Built using modern web technologies, Textractor leverages the power of the **@google/generative-ai** NPM package to deliver accurate and efficient text extraction.\n\n## Features ✨\n- 📸 **Image Text Extraction**: Upload images and extract text seamlessly.\n- 📄 **PDF Support**: Download the extracted text as a PDF File\n- 📋 **Copy To Clipboard**: Copy the extracted Text to Clipboard \n- 🎙️**Text To Speech**: Read the extracted text aloud \n- 🌍 **Web-Based**: No downloads or installations required.\n- 🔥 **Modern UI**: Simple and intuitive interface for all users.\n- 🔒 **Secure**: Your files are processed locally on your device, ensuring privacy.\n\n## Demo 🚀\n\nCheck out the live app: [Textractor](https://textractor-blond.vercel.app/)\n\n## Tech Stack 🛠️\n\n- **Frontend**: Angular 18 and Tailwind CSS\n- **Backend**: Generative AI integration via the `@google/generative-ai` package\n- **Hosting**: Vercel for fast and reliable deployment\n\n## Installation \u0026 Setup ⚙️\n\n### Prerequisites\n\n- Node.js \u003e= 14.x\n- npm or yarn\n\n### Steps\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/Talha-Tahir2001/textractor.git\n   cd textractor\n   npm install\n2.  **Install dependencies**:\n\t ```bash\n\t npm install \n\t```    \n3.  **Set up your API key**:\n    -   Replace `your_api_key_here` in the `.env` file with your API key for Google Generative AI.\n\n    \n4.  **Run the app locally**:\n    \n    ```bash\n    ng serve \n    ```\n5.  Open the app in your browser at `http://localhost:4200`.\n    \n\n## Usage 🖥️📱\n\n1.  Upload an image using the drag-and-drop interface.\n2.  Click on the \"Extract Text\" button.\n3.  View the extracted text in real-time.\n\n### Known Limitations\n\n-   PDF extraction is currently in progress and may not work as expected.\n-   Performance may vary for large files.\n\n## Contributing 🤝\n\nContributions, issues, and feature requests are welcome!  \nFeel free to check out the [issues page](https://github.com/Talha-Tahir2001/textractor/issues).\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\n\n## License 📜\n\nThis project is licensed under the MIT License.  \nSee the [LICENSE](https://github.com/Talha-Tahir2001/textractor/blob/main/LICENSE) file for details.\n\n## Acknowledgements 🙌\n\n-   [@google/generative-ai](https://www.npmjs.com/package/@google/generative-ai)\n- [Angular](https://angular.dev/)\n-   [Vercel](https://vercel.com/)\n\n\n----------\n\nMade with ❤️ by [Talha](https://github.com/Talha-Tahir2001)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalha-tahir2001%2Ftextractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalha-tahir2001%2Ftextractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalha-tahir2001%2Ftextractor/lists"}