{"id":23437278,"url":"https://github.com/pvnieo/manga-panel-extractor","last_synced_at":"2025-04-13T04:51:55.086Z","repository":{"id":255012341,"uuid":"189464327","full_name":"pvnieo/Manga-Panel-Extractor","owner":"pvnieo","description":"An implementation of a Manga Panel Extractor","archived":false,"fork":false,"pushed_at":"2023-12-02T10:59:30.000Z","size":77396,"stargazers_count":16,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-13T04:51:47.619Z","etag":null,"topics":["computational-manga","computer-vision","image-processing","panel-extraction","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pvnieo.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":"2019-05-30T18:37:15.000Z","updated_at":"2024-09-19T11:33:21.000Z","dependencies_parsed_at":"2024-08-27T14:26:58.931Z","dependency_job_id":null,"html_url":"https://github.com/pvnieo/Manga-Panel-Extractor","commit_stats":null,"previous_names":["pvnieo/manga-panel-extractor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvnieo%2FManga-Panel-Extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvnieo%2FManga-Panel-Extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvnieo%2FManga-Panel-Extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvnieo%2FManga-Panel-Extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pvnieo","download_url":"https://codeload.github.com/pvnieo/Manga-Panel-Extractor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665767,"owners_count":21142123,"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":["computational-manga","computer-vision","image-processing","panel-extraction","python3"],"created_at":"2024-12-23T13:44:39.548Z","updated_at":"2025-04-13T04:51:55.064Z","avatar_url":"https://github.com/pvnieo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manga-Panel-Extractor\nA python implementation of a Manga Panel Extractor and a dialogue bubble text eraser.\n\nThe text erasor is based on the CRAFT text detector. See [here](https://github.com/clovaai/CRAFT-pytorch) for more information.\n\n## Installation\nThis code runs on python \u003e= 3.6, use pip to install dependencies:\n```\npip3 install -r requirements.txt\n```\n\n## Usage\nUse the `main.py` script to extract panels from manga pages provided in `folder`.\n```\nusage: main.py [-h] [-kt] [-minp [1-99]] [-maxp [1-99]] [-f TEST_FOLDER]\n\nImplementation of a Manga Panel Extractor and dialogue bubble text eraser.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -kt, --keep_text      Do not erase the dialogue bubble text.\n  -minp [1-99], --min_panel [1-99]\n                        Percentage of minimum panel area in relation to total page area.\n  -maxp [1-99], --max_panel [1-99]\n                        Percentage of maximum panel area in relation to total page area.\n  -f FOLDER, --folder FOLDER\n                        folder path to input manga pages.\n                        Panels will be saved to a directory named `panels` in this folder.\n```\n\n### Example\n```\npython3 main.py -f ./images/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvnieo%2Fmanga-panel-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpvnieo%2Fmanga-panel-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvnieo%2Fmanga-panel-extractor/lists"}