문서수정기호관련(2-29.30) 편집 채점기준 수정

This commit is contained in:
devdra9
2025-01-24 18:27:27 +09:00
parent c292769b78
commit ac3cc9a396
6 changed files with 4107 additions and 19 deletions

View File

@@ -121,14 +121,14 @@ def delete_gen_py():
if __name__ == "__main__":
# delete_gen_py()
# 로깅 설정
# 로깅 설정y yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
setup_logging()
# 변환할 폴더 경로 설정
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\HWP-Scoring\input" # HWP 파일이 있는 폴더
output_folder = r"C:\Users\dra\project\HWP\HWP-Scoring\output" # XML 파일을 저장할 폴더
# 변환할 폴더 경로 설정
# input_folder = r"C:\Users\gzero-ser7-win11\Project\KAIT\hwpTest\input" # HWP 파일이 있는 폴더
# output_folder = r"C:\Users\gzero-ser7-win11\Project\KAIT\hwpTest\output" # XML 파일을 저장할 폴더