{"id":17442398,"url":"https://github.com/pk5ls20/easypaddleocr","last_synced_at":"2025-04-19T03:20:57.459Z","repository":{"id":212877315,"uuid":"732511734","full_name":"pk5ls20/EasyPaddleOCR","owner":"pk5ls20","description":"A simple package for PaddleOCR on CPU and GPU using PyTorch","archived":false,"fork":false,"pushed_at":"2025-03-03T13:36:21.000Z","size":24868,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"paddleocr2torch_release","last_synced_at":"2025-04-16T03:55:36.678Z","etag":null,"topics":["ocr","ocr-python","paddleocr","paddlepaddle","pytorch"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/easypaddleocr","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"WenmuZhou/PytorchOCR","license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pk5ls20.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,"zenodo":null}},"created_at":"2023-12-16T23:09:42.000Z","updated_at":"2025-04-09T08:39:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb7f000c-2feb-4323-89ac-0809a389e22f","html_url":"https://github.com/pk5ls20/EasyPaddleOCR","commit_stats":null,"previous_names":["pk5ls20/pytorchocr","pk5ls20/easypaddleocr"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pk5ls20%2FEasyPaddleOCR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pk5ls20%2FEasyPaddleOCR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pk5ls20%2FEasyPaddleOCR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pk5ls20%2FEasyPaddleOCR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pk5ls20","download_url":"https://codeload.github.com/pk5ls20/EasyPaddleOCR/tar.gz/refs/heads/paddleocr2torch_release","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249598463,"owners_count":21297464,"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":["ocr","ocr-python","paddleocr","paddlepaddle","pytorch"],"created_at":"2024-10-17T16:05:47.222Z","updated_at":"2025-04-19T03:20:57.442Z","avatar_url":"https://github.com/pk5ls20.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyPaddleOCR\nA simple, optional tool for **PaddleOCR Detection, direction classification and recognition on CPU and GPU using torch**.\n\n## Usage\n```python\nimport cv2\nimport numpy as np\nfrom easypaddleocr import EasyPaddleOCR\n\neasyPaddleOCR = EasyPaddleOCR(use_angle_cls=True, needWarmUp=True)\nimage_path = 'your-picture-filepath'\nimage_ndarray = np.array(cv2.imread(image_path))\nresult = easyPaddleOCR.ocr(image_ndarray)\nprint(result)\n```\n## Reference\n- https://github.com/WenmuZhou/PytorchOCR\n- https://github.com/PaddlePaddle/PaddleOCR\n- https://github.com/frotms/PaddleOCR2Pytorch\n\n## Additional Notes:\n**This repository was originally the Fork of https://github.com/WenmuZhou/PytorchOCR**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpk5ls20%2Feasypaddleocr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpk5ls20%2Feasypaddleocr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpk5ls20%2Feasypaddleocr/lists"}