{"id":24971251,"url":"https://github.com/miaione/ddddocr","last_synced_at":"2025-04-11T05:42:42.387Z","repository":{"id":63992228,"uuid":"572337430","full_name":"MIAIONE/DdddOCR","owner":"MIAIONE","description":"DdddOCR 的 C# 版本","archived":false,"fork":false,"pushed_at":"2022-11-30T05:29:57.000Z","size":6886,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T17:17:37.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/MIAIONE.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":"2022-11-30T03:40:50.000Z","updated_at":"2025-01-04T15:18:45.000Z","dependencies_parsed_at":"2023-01-14T17:45:49.797Z","dependency_job_id":null,"html_url":"https://github.com/MIAIONE/DdddOCR","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIAIONE%2FDdddOCR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIAIONE%2FDdddOCR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIAIONE%2FDdddOCR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MIAIONE%2FDdddOCR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MIAIONE","download_url":"https://codeload.github.com/MIAIONE/DdddOCR/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351447,"owners_count":21089270,"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":"2025-02-03T16:10:08.494Z","updated_at":"2025-04-11T05:42:42.347Z","avatar_url":"https://github.com/MIAIONE.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DdddOCR in C#\n\nNOTE:为了保证运行速度, CORE建议全局初始化一次\n\n```c#\n\nnamespace DdddOCR.Test;\n\ninternal class Program\n{\n    private static OCRCore Core;\n    static void Main(string[] args)\n    {\n        Core = new();\n        var text = Core.DetectText(@\".\\TestPicture\\code1.png\");\n        Console.WriteLine(text);\n        text = Core.DetectText(@\".\\TestPicture\\bigPic.JPG\");\n        Console.WriteLine(text);\n        text = Core.DetectText(@\".\\TestPicture\\TestbigAndPrintFont.jpg\");\n        Console.WriteLine(text);\n        text = Core.DetectText(@\".\\TestPicture\\CHs.bmp\");\n        Console.WriteLine(text);\n    }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiaione%2Fddddocr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiaione%2Fddddocr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiaione%2Fddddocr/lists"}