{"id":19846319,"url":"https://github.com/name/screenshot-verification","last_synced_at":"2025-09-06T09:46:23.454Z","repository":{"id":176432558,"uuid":"656886209","full_name":"name/screenshot-verification","owner":"name","description":"This open-source tool is specifically designed to ensure error-free execution by verifying the absence of error messages after performing a screenshot verification.","archived":false,"fork":false,"pushed_at":"2023-06-22T20:10:49.000Z","size":1353,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T09:46:22.617Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/name.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":"2023-06-21T21:12:11.000Z","updated_at":"2024-03-17T00:15:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"2dda231b-a375-4e25-ba46-a1cb7654b5ed","html_url":"https://github.com/name/screenshot-verification","commit_stats":null,"previous_names":["name/screenshot-verification"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/name/screenshot-verification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/name%2Fscreenshot-verification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/name%2Fscreenshot-verification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/name%2Fscreenshot-verification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/name%2Fscreenshot-verification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/name","download_url":"https://codeload.github.com/name/screenshot-verification/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/name%2Fscreenshot-verification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273886640,"owners_count":25185509,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"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":[],"created_at":"2024-11-12T13:11:11.763Z","updated_at":"2025-09-06T09:46:23.405Z","avatar_url":"https://github.com/name.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Screenshot Verification\n\nThis open-source project is specifically designed to verify the absence of error messages after performing a screenshot verification. If an error message is found, details that are available are also displayed.\n\nSimply pass a single screenshot image or a directory of images to the tool and it will extract the required information for you.\n\nThis was streamed live on [Kick](https://kick.com/cunjur), you can find the recording on the channel, or tune in for future streams!\n\n### Requirements\n\n- Python 3.x\n- [Tesseract-OCR](https://github.com/tesseract-ocr/tesseract)\n- [OpenCV-Python](https://github.com/opencv/opencv-python)\n\n### Example\n\nImport both Verify and Classifier from verify.py in your Python file:\n\n```python\nimport os\nfrom verify import Verify, Classifier\n\nscreenshots = os.listdir('screenshots')\n\nif __name__ == '__main__':\n    print('Verifying screenshots...')\n    for file in screenshots:\n        output = Verify('./screenshots/' + file).verify_screenshot()\n        Classifier(output, file).classify()\n    print('Done!')\n```\nExample output when running against the provided \\screenshots\\ folder:\n```\n[ERROR] [error (1).png] Windows Boot Manager Error\n[ERROR] [error (1).png] \u003e File: \\Windows\\system32\\winload.exe\n[ERROR] [error (1).png] \u003e Status: Oxc000000e\n[ERROR] [error (1).png] \u003e Info: The selected entry could not be loaded because the application is\n[ERROR] [error (2).png] A problem has been detected Error\n[ERROR] [error (3).png] Windows Boot Manager Error\n[ERROR] [error (3).png] \u003e File: \\Windows\\system32\\ntoskrn1.exe\n[ERROR] [error (3).png] \u003e Status: 0xc0000221\n[ERROR] [error (3).png] \u003e Info: The operating system couldn't be loaded because the kernel is\n[ERROR] [error (4).png] PC Ran Into a Problem Error       \n[ERROR] [error (4).png] \u003e Stop code: CRITICAL PROCESS DIED\n[ERROR] [error (5).png] Repair Your Computer Error\n[SUCCESS] [false (1).png] No errors detected\n[SUCCESS] [false (2).png] No errors detected\n[SUCCESS] [false (3).png] No errors detected\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fname%2Fscreenshot-verification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fname%2Fscreenshot-verification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fname%2Fscreenshot-verification/lists"}