{"id":24906044,"url":"https://github.com/markruler/pdf-editor","last_synced_at":"2025-03-27T22:21:48.056Z","repository":{"id":274442686,"uuid":"922852556","full_name":"markruler/pdf-editor","owner":"markruler","description":"PDF editor built with PyQt6, focusing on creating and managing PDF outlines.","archived":false,"fork":false,"pushed_at":"2025-01-29T07:52:06.000Z","size":1452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T11:49:38.004Z","etag":null,"topics":["pdf","pdf-outline"],"latest_commit_sha":null,"homepage":"https://markruler.github.io/posts/pdf/pdf-editor/","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/markruler.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":"2025-01-27T07:41:52.000Z","updated_at":"2025-01-29T07:24:27.000Z","dependencies_parsed_at":"2025-01-27T11:51:21.563Z","dependency_job_id":null,"html_url":"https://github.com/markruler/pdf-editor","commit_stats":null,"previous_names":["markruler/pdf-editor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markruler%2Fpdf-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markruler%2Fpdf-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markruler%2Fpdf-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markruler%2Fpdf-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markruler","download_url":"https://codeload.github.com/markruler/pdf-editor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245932242,"owners_count":20696020,"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":["pdf","pdf-outline"],"created_at":"2025-02-02T00:37:43.659Z","updated_at":"2025-03-27T22:21:48.017Z","avatar_url":"https://github.com/markruler.png","language":"Python","readme":"# PDF Editor\n\n![PDF Editor](images/pdf-editor.png)\n\n## Dependencies\n\n- Tesseract OCR\n- PyQt\n- PyMuPDF\n\n## Prerequisites\n\n- [Tesseract OCR](https://github.com/tesseract-ocr/tesseract)\n  - Windows 11의 기본 설치 경로는 `C:\\Program Files\\Tesseract-OCR`\n- [tessdata](https://github.com/tesseract-ocr/tessdata)는 다운로드 후 설치 경로의 `tessdata` 폴더에 복사\n  - [kor](https://github.com/tesseract-ocr/tessdata/blob/main/kor.traineddata)\n  - (Optional) [세로 kor](https://github.com/tesseract-ocr/tessdata/blob/main/kor_vert.traineddata): 필요한 경우 설치하고 `kor` 대신 `kor_vert` 언어 코드를 사용\n\n## Build on Windows 11\n\n```shell\n# Virtual Environment 생성\npython -m venv venv\n\n# Windows 11\nvenv\\Scripts\\activate\n# Unix-like\nsource venv/bin/activate\n\n# 패키지 설치\npip install -r requirements.txt\n```\n\n```shell\nmake build\n```\n\n- `--onefile` 실행 파일을 하나의 단일 파일로 패키징.\n- `--windowed` 콘솔 창 없이 GUI 모드로 실행.\n- `--clean` 옵션은 빌드를 시작하기 전에 PyInstaller가 이전 빌드에서 생성한 임시 파일들을 삭제한다.\n\n혹은 `.spec` 파일을 작성해서 빌드한다.\n\n```shell\npyinstaller --clean app.spec\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkruler%2Fpdf-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkruler%2Fpdf-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkruler%2Fpdf-editor/lists"}