minji1115
commited on
Commit
·
a686f5b
1
Parent(s):
7e97755
wb로 변경
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ import tempfile # 임시 파일을 생성하기 위한 라이브러리입니다
|
|
15 |
import os
|
16 |
|
17 |
|
18 |
-
|
19 |
# PDF 문서로부터 텍스트를 추출하는 함수입니다.
|
20 |
def get_pdf_text(pdf_docs):
|
21 |
temp_dir = tempfile.TemporaryDirectory() # 임시 디렉토리를 생성합니다.
|
|
|
15 |
import os
|
16 |
|
17 |
|
|
|
18 |
# PDF 문서로부터 텍스트를 추출하는 함수입니다.
|
19 |
def get_pdf_text(pdf_docs):
|
20 |
temp_dir = tempfile.TemporaryDirectory() # 임시 디렉토리를 생성합니다.
|