From 54907c76f2d704558081a9e76ad9cdc32b0ee533 Mon Sep 17 00:00:00 2001 From: gzero-ser7 Date: Wed, 15 Jan 2025 16:16:39 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=9C=EA=B8=80=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EB=B3=80=ED=99=98=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=9E=85=EB=A0=A5=20=ED=8F=B4=EB=8D=94=20=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/test.py b/test.py index 65078f6..4f5f0ee 100644 --- a/test.py +++ b/test.py @@ -109,9 +109,14 @@ if __name__ == "__main__": # 변환할 폴더 경로 설정 - input_folder = r"C:\Users\dra\project\HWP-Scoring\input" # HWP 파일이 있는 폴더 - output_folder = r"C:\Users\dra\project\HWP-Scoring\output" # XML 파일을 저장할 폴더 + # input_folder = r"C:\Users\dra\project\HWP-Scoring\input" # HWP 파일이 있는 폴더 + # output_folder = r"C:\Users\dra\project\HWP-Scoring\output" # XML 파일을 저장할 폴더 + # 변환할 폴더 경로 설정 + input_folder = r"C:\Users\gzero-ser7-win11\source\repos\hwpTest\input" # HWP 파일이 있는 폴더 + output_folder = r"C:\Users\gzero-ser7-win11\source\repos\hwpTest\output" # XML 파일을 저장할 폴더 + + # output_folder = r"\hwp-output" # HWP 파일이 있는 폴더 # 변환 실행