{"id":19535857,"url":"https://github.com/miyako/4d-plugin-vision","last_synced_at":"2026-06-11T13:31:03.726Z","repository":{"id":147172524,"uuid":"325858595","full_name":"miyako/4d-plugin-vision","owner":"miyako","description":"Use Vision API (macOS).","archived":false,"fork":false,"pushed_at":"2023-04-05T09:56:14.000Z","size":4953,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T04:17:31.427Z","etag":null,"topics":["4d-plugin","ocr"],"latest_commit_sha":null,"homepage":"","language":"C","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/miyako.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":"2020-12-31T19:03:57.000Z","updated_at":"2024-08-27T05:06:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d066a94-0f9c-4c0c-b9b4-65520db93365","html_url":"https://github.com/miyako/4d-plugin-vision","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/miyako/4d-plugin-vision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-vision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-vision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-vision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-vision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/4d-plugin-vision/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-plugin-vision/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34201839,"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-06-11T02:00:06.485Z","response_time":57,"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":["4d-plugin","ocr"],"created_at":"2024-11-11T02:20:05.322Z","updated_at":"2026-06-11T13:31:03.708Z","avatar_url":"https://github.com/miyako.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm\u0026color=blue)\n![version](https://img.shields.io/badge/version-17%2B-3E8B93)\n[![license](https://img.shields.io/github/license/miyako/4d-plugin-vision)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/4d-plugin-vision/total)\n\n**Note**: for v17 and earlier, move `manifest.json` to `Contents`\n\n# 4d-plugin-vision\nUse [Vision](https://developer.apple.com/documentation/vision?language=objc) API (macOS).\n\n### Syntax\n\n```4d\n$file:=Folder(fk resources folder).file(\"faces.jpg\")\nDOCUMENT TO BLOB($file.platformPath;$imageData)\n$params.targets:=New collection(\"part\";\"text\")\n$status:=vision process data ($imageData;$params)\n```\n\n#### possible targets:\n\n* face\n* part (face landmarks=facial features)\n* text (OCR, en-US only)\n* string (characters)\n* rect\n* horizon\n* barcode\n* human\n* animal (dog or cat only)\n\n#### About OCR by Vision\n\nThe plugin is configured to target 10.13 minimum, but API availability is progressive.\n\n##### 10.14 or above\n\n* face landmark\n\n##### 10.15 or above\n\n* part \u003e face capture quality\n* text \n* human\n* animal\n\nTo use on v17, move manifest.json to contents.\n\n* [Text example](https://github.com/miyako/4d-plugin-vision/blob/main/vision/test/Project/Sources/Methods/TEST_text.4dm)\n\n\u003cimg src=\"https://user-images.githubusercontent.com/1725068/103431450-50494200-4c13-11eb-8d90-1e6690268c4e.png\" width=\"400\" /\u003e\n\n* [Faces example](https://github.com/miyako/4d-plugin-vision/blob/main/vision/test/Project/Sources/Methods/TEST_faces.4dm)\n\n\u003cimg src=\"https://user-images.githubusercontent.com/1725068/103431530-a36fc480-4c14-11eb-9f6f-45864cb60a7e.jpg\" width=\"400\" /\u003e\n\n* [Animal example](https://github.com/miyako/4d-plugin-vision/blob/main/vision/test/Project/Sources/Methods/TEST_animal.4dm)\n\n\u003cimg src=\"https://user-images.githubusercontent.com/1725068/103433511-74b61600-4c35-11eb-9cd9-a1ddbc599c01.png\" width=\"400\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-vision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2F4d-plugin-vision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-plugin-vision/lists"}