{"id":18390786,"url":"https://github.com/eifinger/handwriting-to-text-slack-bot","last_synced_at":"2026-05-06T04:32:22.416Z","repository":{"id":96180776,"uuid":"146601003","full_name":"eifinger/handwriting-to-text-slack-bot","owner":"eifinger","description":"Docker container which runs a slackbot which replies to images of your handwritten notes with the result of Microsoft handwriting detection","archived":false,"fork":false,"pushed_at":"2018-09-19T10:27:28.000Z","size":118,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T10:52:56.224Z","etag":null,"topics":["ai","azure","chatbot","cognitive","slack","slack-rtm","slackbot","visual-recognition"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/eifinger.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}},"created_at":"2018-08-29T13:05:18.000Z","updated_at":"2021-06-24T11:17:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"59c61387-2428-49c1-b60b-500101e423d2","html_url":"https://github.com/eifinger/handwriting-to-text-slack-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eifinger/handwriting-to-text-slack-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eifinger%2Fhandwriting-to-text-slack-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eifinger%2Fhandwriting-to-text-slack-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eifinger%2Fhandwriting-to-text-slack-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eifinger%2Fhandwriting-to-text-slack-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eifinger","download_url":"https://codeload.github.com/eifinger/handwriting-to-text-slack-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eifinger%2Fhandwriting-to-text-slack-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["ai","azure","chatbot","cognitive","slack","slack-rtm","slackbot","visual-recognition"],"created_at":"2024-11-06T01:49:09.510Z","updated_at":"2026-05-06T04:32:22.400Z","avatar_url":"https://github.com/eifinger.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"handwriting-to-text-slack-bot\n=================\n\nA slack bot running in a docker container which recognizes handwritten text for you.\n\n## Setup\n1. Create a Slack Bot and get the token for it as described [here](https://api.slack.com/bot-users#creating-bot-user)\n2. Create a Service Key for Azure Cognitive Services [here](https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/)\n3. Start this container\n```\nsudo docker run \\\n-e SLACK_BOT_TOKEN=\u003cYOUR_TOKEN\u003e \\\n-e SLACK_BOT_NAME=\u003cYOUR_BOT_NAME\u003e \\\n-e AZURE_COGNITIVE_SERVICES_TOKEN=\u003cYOUR_TOKEN\u003e \\\n-e AZURE_COGNITIVE_SERVICES_URL=\u003cYOUR_SERVICE_URL\u003e\neifinger/handwriting-to-text-slack-bot:latest\n```\nExample:\n```\nsudo docker run \\\n-e SLACK_BOT_TOKEN=xoxb-725471920163-473829104631-2afTJdhwoSMWJSnfuwkjaf2a \\\n-e SLACK_BOT_NAME=handwriting-bot \\\n-e AZURE_COGNITIVE_SERVICES_TOKEN=31987d87237e8129f3891a98397ff997 \\\n-e AZURE_COGNITIVE_SERVICES_URL=https://westus.api.cognitive.microsoft.com/vision/v1.0/RecognizeText\neifinger/handwriting-to-text-slack-bot:latest\n```\n\n## Usage\n1. Send a file to your bot or in a channel where you added your bot. ~~Be sure to attach a name to the file.~~ A message for the upload is no longer needed\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"50%\" height=\"500%\" src=\"images/handwriting-bot-example-upload.png\"\u003e\n\u003c/p\u003e\n\n2. The bot answers with two files. One is a text file containing the identified text entities and the other a visual representation of where he found it\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"50%\" height=\"500%\" src=\"images/handwriting-bot-example-redacted.png\"\u003e\n\u003c/p\u003e\n\n## Links\n- https://docs.microsoft.com/en-us/azure/cognitive-services/Computer-vision/quickstarts/python-hand-text\n- https://github.com/Microsoft/Cognitive-Vision-Python/blob/master/Jupyter%20Notebook/Handwriting%20OCR%20API%20Example.ipynb\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feifinger%2Fhandwriting-to-text-slack-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feifinger%2Fhandwriting-to-text-slack-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feifinger%2Fhandwriting-to-text-slack-bot/lists"}