{"id":21244517,"url":"https://github.com/jesusslim/vcodereader","last_synced_at":"2026-01-06T16:16:14.747Z","repository":{"id":57484936,"uuid":"58212941","full_name":"jesusslim/vcodereader","owner":"jesusslim","description":"A golang tool to read verify code.","archived":false,"fork":false,"pushed_at":"2016-05-10T14:17:58.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T08:19:29.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/jesusslim.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}},"created_at":"2016-05-06T14:29:17.000Z","updated_at":"2021-07-03T03:32:38.000Z","dependencies_parsed_at":"2022-08-26T11:10:53.483Z","dependency_job_id":null,"html_url":"https://github.com/jesusslim/vcodereader","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesusslim%2Fvcodereader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesusslim%2Fvcodereader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesusslim%2Fvcodereader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesusslim%2Fvcodereader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jesusslim","download_url":"https://codeload.github.com/jesusslim/vcodereader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245605709,"owners_count":20643030,"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":[],"created_at":"2024-11-21T01:27:19.045Z","updated_at":"2026-01-06T16:16:14.703Z","avatar_url":"https://github.com/jesusslim.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vcodereader\nA golang tool to read verify code.\n\n# How to use\n1. install [tesseract-ocr](https://code.google.com/p/tesseract-ocr/)\n2. install [go](http://golang.org/doc/install)\n3. install [gosseract](https://godoc.org/github.com/otiai10/gosseract)\n    - `go get github.com/otiai10/gosseract`\n4. install [vcodereader](https://godoc.org/github.com/jesusslim/vcodereader)\n    - `go get github.com/jesusslim/vcodereader`\n5. run the example:vcodereader/example/example.go\n\n# 如何使用\n使用步骤参考上述 \n依赖于tesseract-ocr、otiai10/gosseract以及go运行环境\n上述依赖安装完毕后 使用go get命令获取此项目代码\n运行example文件夹下例子\n\n# Example code:\n\n\tpackage main\n\n\timport (\n\t\t\"fmt\"\n\t\t\"github.com/jesusslim/slimgo/utils\"\n\t\t\"github.com/jesusslim/vcodereader\"\n\t\t\"time\"\n\t)\n\n\tfunc main() {\n\t\tfmt.Println(utils.TimeFormat(time.Now(), \"H:i:s\"))\n\t\t//file_name := \"test.png\"\n\t\t//vr := vcodereader.NewVcodeReaderDefault(file_name)\n\t\tvr := vcodereader.NewVcodeReaderDefaultFromUrl(\"yoururl\")\n\t\t//vr.SetNeedRev(true)\n\t\tr, err := vr.Read()\n\t\tif err != nil {\n\t\t\tfmt.Println(err.Error())\n\t\t} else {\n\t\t\tfmt.Println(r)\n\t\t}\n\t\tfmt.Println(utils.TimeFormat(time.Now(), \"H:i:s\"))\n\t}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesusslim%2Fvcodereader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjesusslim%2Fvcodereader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesusslim%2Fvcodereader/lists"}