Skip to content

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markruler committed Jan 27, 2025
1 parent 2b94d09 commit 6aad45e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# PDF Editor

![PDF Editor](misc/pdf-editor.png)
![PDF Editor](images/pdf-editor.png)

## Dependencies

- Google Tesseract OCR
- PyQt
- PyMuPDF

## Tesseract OCR 설치
## Prerequisites

- [tesseract](https://github.com/tesseract-ocr/tesseract)
- [Tesseract OCR](https://github.com/tesseract-ocr/tesseract)
- Windows 11의 기본 설치 경로는 `C:\Program Files\Tesseract-OCR`
- [tessdata](https://github.com/tesseract-ocr/tessdata)는 다운로드 후 설치 경로의 `tessdata` 폴더에 복사
- [kor](https://github.com/tesseract-ocr/tessdata/blob/main/kor.traineddata)
- [세로 kor](https://github.com/tesseract-ocr/tessdata/blob/main/kor_vert.traineddata)
- (Optional) [세로 kor](https://github.com/tesseract-ocr/tessdata/blob/main/kor_vert.traineddata): 필요한 경우 설치하고 `kor` 대신 `kor_vert` 언어 코드를 사용

## Installation
## Build on Windows 11

```shell
# Virtual Environment 생성
Expand Down
Binary file modified images/pdf-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6aad45e

Please sign in to comment.