{"id":16644853,"url":"https://github.com/toyama0919/embulk-filter-azure_computer_vision_api","last_synced_at":"2026-04-25T13:05:46.560Z","repository":{"id":62557939,"uuid":"80101303","full_name":"toyama0919/embulk-filter-azure_computer_vision_api","owner":"toyama0919","description":"Azure Computer Vision Api filter plugin for Embulk","archived":false,"fork":false,"pushed_at":"2017-04-03T03:02:20.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-21T17:03:02.639Z","etag":null,"topics":["azure","embulk","image-recognition"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/toyama0919.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-26T09:35:43.000Z","updated_at":"2018-04-07T10:55:46.000Z","dependencies_parsed_at":"2022-11-03T06:30:49.665Z","dependency_job_id":null,"html_url":"https://github.com/toyama0919/embulk-filter-azure_computer_vision_api","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fembulk-filter-azure_computer_vision_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fembulk-filter-azure_computer_vision_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fembulk-filter-azure_computer_vision_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fembulk-filter-azure_computer_vision_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toyama0919","download_url":"https://codeload.github.com/toyama0919/embulk-filter-azure_computer_vision_api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243172098,"owners_count":20247887,"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":["azure","embulk","image-recognition"],"created_at":"2024-10-12T08:12:31.511Z","updated_at":"2025-12-25T13:57:02.273Z","avatar_url":"https://github.com/toyama0919.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Computer Vision Api filter plugin for Embulk\n[![Gem Version](https://badge.fury.io/rb/embulk-filter-azure_computer_vision_api.svg)](http://badge.fury.io/rb/embulk-filter-azure_computer_vision_api)\n\n## Overview\n\n* **Plugin type**: filter\n\n## Configuration\n\n- **api_type**: api_type(string, required)\n- **out_key_name**: out_key_name(string, required)\n- **image_path_key_name**: image_path_key_name(string, required)\n- **params**: params(hash, default: {})\n- **delay**: delay(integer, default: 0)\n- **retry_wait**: retry_wait(integer, default: 10)\n- **subscription_key**: subscription_key(string, required)\n\n## Example\n\n### OCR(text recognition)\n\n```yaml\n  - type: azure_computer_vision_api\n    api_type: ocr\n    image_path_key_name: {{ image_path_key_name }}\n    out_key_name: azure_text\n    params:\n      language: \"ja\"\n      detectOrientation: true\n    subscription_key: {{ env.AZURE_COMPUTER_VISION_SUBSCRIPTION_KEY }}\n```\n\n### analyze(Categories,Tags,Description,Faces,ImageType,Color,Adult)\n\n```yaml\n  - type: azure_computer_vision_api\n    api_type: analyze\n    image_path_key_name: {{ image_path_key_name }}\n    out_key_name: azure_analyze\n    params:\n      visualFeatures: \"Categories,Tags,Description,Faces,ImageType,Color,Adult\"\n      language: en\n    subscription_key: {{ env.AZURE_COMPUTER_VISION_SUBSCRIPTION_KEY }}\n```\n\n### tag\n\n```yaml\n  - type: azure_computer_vision_api\n    api_type: tag\n    image_path_key_name: {{ image_path_key_name }}\n    out_key_name: azure_tag\n    subscription_key: {{ env.AZURE_COMPUTER_VISION_SUBSCRIPTION_KEY }}\n```\n\n### describe\n\n```yaml\n  - type: azure_computer_vision_api\n    api_type: describe\n    image_path_key_name: {{ image_path_key_name }}\n    out_key_name: azure_describe\n    subscription_key: {{ env.AZURE_COMPUTER_VISION_SUBSCRIPTION_KEY }}\n```\n\n## Reference\n\n[Computer Vision—Image Processing and Analytics \\| Microsoft Azure](https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/)\n\n[Microsoft Cognitive Services \\- Documentation](https://www.microsoft.com/cognitive-services/en-us/computer-vision-api/documentation)\n\n[Cognitive Services APIs Reference](https://westus.dev.cognitive.microsoft.com/docs/services/56f91f2d778daf23d8ec6739/operations/56f91f2e778daf14a499e1fa)\n\n## Build\n\n```\n$ rake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyama0919%2Fembulk-filter-azure_computer_vision_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoyama0919%2Fembulk-filter-azure_computer_vision_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyama0919%2Fembulk-filter-azure_computer_vision_api/lists"}