{"id":16653223,"url":"https://github.com/yuvix25/pydocscanner","last_synced_at":"2025-07-11T13:40:37.149Z","repository":{"id":153473550,"uuid":"312201527","full_name":"Yuvix25/PyDocScanner","owner":"Yuvix25","description":"Scan documents with python","archived":false,"fork":false,"pushed_at":"2020-11-12T11:24:44.000Z","size":34607,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-19T10:09:54.430Z","etag":null,"topics":["document-scanner","ocr","python","super-resolution"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yuvix25.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-11-12T07:37:20.000Z","updated_at":"2024-12-16T16:11:44.000Z","dependencies_parsed_at":"2023-05-27T09:45:22.799Z","dependency_job_id":null,"html_url":"https://github.com/Yuvix25/PyDocScanner","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/Yuvix25%2FPyDocScanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuvix25%2FPyDocScanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuvix25%2FPyDocScanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yuvix25%2FPyDocScanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yuvix25","download_url":"https://codeload.github.com/Yuvix25/PyDocScanner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243258506,"owners_count":20262300,"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":["document-scanner","ocr","python","super-resolution"],"created_at":"2024-10-12T09:43:32.577Z","updated_at":"2025-03-12T17:18:06.648Z","avatar_url":"https://github.com/Yuvix25.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyDocScanner\n## Requirements\n- Python 3 (tested on Python 3.8)\n- tesseract\n- opencv-python built with gpu (if you won't use super resolution regular opencv-python will do it)\n## Installation\nInstall with Git:  \n```sh\n$ git clone https://github.com/Yuvix25/PyDocScanner.git\n$ cd PyDocScanner\n$ python setup.py install\n```\nInstall with pip - Coming Soon\n# Usage\n```python\n# imports\nfrom PyDocScanner import Scan\nimport cv2\n\n# read image from file:\nimage = cv2.imread(\"path_to_file\")\n\n# scan the document with all features (color filter, super resolution, and ocr):\ndocument_image, text = Scan(image, apply_color_filter=True, do_super_reso=True, do_ocr=True)\n\n# scan the document without ocr:\ndocument_image = Scan(image, apply_color_filter=True, do_super_reso=True, do_ocr=False)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvix25%2Fpydocscanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuvix25%2Fpydocscanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuvix25%2Fpydocscanner/lists"}