{"id":20433805,"url":"https://github.com/kiwionly/vivid","last_synced_at":"2026-05-30T18:31:07.253Z","repository":{"id":89534225,"uuid":"104566066","full_name":"kiwionly/vivid","owner":"kiwionly","description":"Vivid is a simple Google Vision java client with much simple api and less dependencies","archived":false,"fork":false,"pushed_at":"2019-10-08T05:41:58.000Z","size":271,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T06:28:58.495Z","etag":null,"topics":["google-cloud-vsion","google-vision-api"],"latest_commit_sha":null,"homepage":"","language":"Java","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/kiwionly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-09-23T12:30:52.000Z","updated_at":"2019-10-08T05:42:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c29ce60-f40e-4b9e-8bea-27681a9a4a09","html_url":"https://github.com/kiwionly/vivid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kiwionly/vivid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwionly%2Fvivid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwionly%2Fvivid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwionly%2Fvivid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwionly%2Fvivid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiwionly","download_url":"https://codeload.github.com/kiwionly/vivid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiwionly%2Fvivid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33705207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["google-cloud-vsion","google-vision-api"],"created_at":"2024-11-15T08:21:20.343Z","updated_at":"2026-05-30T18:31:07.223Z","avatar_url":"https://github.com/kiwionly.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![Build Status](https://travis-ci.org/kiwionly/vivid.svg?branch=master)](https://travis-ci.org/kiwionly/vivid)\n\nVivid = Google Vision java Client\n=================================\n\nVivid is a simple Google Vision java client with much simple api and less dependencies.\n\n```sh\n\t   RequestBuilder builder = new RequestBuilder()\n\t\t\t\t  .content(toBase64(new File(\"test/text.jpg\")))\n\t\t        .addFeature(FeatureType.TEXT_DETECTION);\n\n\t\tRequest request = builder.build();\n\n\t\tList\u003cRequest\u003e requests = new ArrayList\u003c\u003e();\n\t\trequests.add(request);\n\t\t\n\t\tResult result = post(\"test text OCR\", requests);\n\t\t\t\t\n\t\tTextAnnotation ann = result.getResponses().get(0).getFullTextAnnotation().get(0);\n\t\t\t\t\n\t\tassertNull(result.getErrors());\t\t\n\t\tassertTrue(ann.getText().contains(\"GPS\"));\n\t\tassertTrue(ann.getText().contains(\"3.81730\"));\n\t\tassertTrue(ann.getText().contains(\"永泰饼家\"));\n```\n\ndependecies:\n\n```sh\n\tcompile 'com.alibaba:fastjson:1.+'\n\tcompile 'com.squareup.okhttp3:okhttp:3.+'\n```\n\nRefer to unit test for difference scenario.\n\nThe Version is sync with Google Vision version. E.g. vivid version 1.0 == Google Vision v1.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwionly%2Fvivid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiwionly%2Fvivid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiwionly%2Fvivid/lists"}