Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -214,7 +214,7 @@ def analyze_txt_file(path: str) -> str:
|
|
| 214 |
|
| 215 |
def pdf_to_markdown(pdf_path: str) -> str:
|
| 216 |
"""
|
| 217 |
-
PDF
|
| 218 |
"""
|
| 219 |
text_chunks = []
|
| 220 |
try:
|
|
|
|
| 214 |
|
| 215 |
def pdf_to_markdown(pdf_path: str) -> str:
|
| 216 |
"""
|
| 217 |
+
PDF ํ
์คํธ๋ฅผ Markdown์ผ๋ก ๋ณํ. ํ์ด์ง๋ณ๋ก ๊ฐ๋จํ ํ
์คํธ ์ถ์ถ.
|
| 218 |
"""
|
| 219 |
text_chunks = []
|
| 220 |
try:
|