ssangttuce commited on
Commit
ea7e41e
·
1 Parent(s): 760e4b5

app.py modified

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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() # 임시 디렉토리를 생성합니다.