Get text from HWP/HWPX file
Project description
Description
HWP 파일 내 텍스트를 문자열 형태로 추출해주는 파이썬 라이브러리입니다. (HWPX 내 문자열 치환도 지원)
Developed by
- Suh Seungwan(Yumeta lab)
Thanks to
- Faith6
사용법
HWP 파일
import gethwp
hwp = gethwp.read_hwp('test.hwp')
print(hwp)
HWPX 파일
import gethwp
hwp = gethwp.read_hwpx('test.hwpx')
print(hwp)
HWPX 파일 내 텍스트 치환
HWPX 파일만 가능합니다.
import gethwp
gethwp.change_word('test.hwpx','test_output.hwpx','Find Text','Replace Text')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gethwp-1.1.1.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gethwp-1.1.1.tar.gz.
File metadata
- Download URL: gethwp-1.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c736ffe4db8b8dd711f258364b8c09170a7fc993f9d0241bcc9a51831d11e54d
|
|
| MD5 |
09733042e3d7ac1fe0dd0e56b7a66e40
|
|
| BLAKE2b-256 |
484e4ab7afb8d131937e641c0a6ec6fe362ccf8173f255a37a40241aa5381e6d
|
File details
Details for the file gethwp-1.1.1-py3-none-any.whl.
File metadata
- Download URL: gethwp-1.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67ce0206c23ea52df7a80b9235d50138ae786de8b83f087a8b7c9deecaff8d71
|
|
| MD5 |
c588f620e8ed3a3eb6617e9c25b96e7c
|
|
| BLAKE2b-256 |
1edf3db50a00bb56e925126df5a8330ec434585750faffdcd8f167e6bf2d38da
|