Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import pypandoc
|
|
3 |
import os
|
4 |
# from pdf2docx import Converter
|
5 |
|
6 |
-
pypandoc.download_pandoc()
|
7 |
|
8 |
# Daftar format yang didukung
|
9 |
input_supported_formats = [data.upper() for data in sorted(list(pypandoc.get_pandoc_formats()[0]) or [
|
|
|
3 |
import os
|
4 |
# from pdf2docx import Converter
|
5 |
|
6 |
+
pypandoc.pandoc_download.download_pandoc()
|
7 |
|
8 |
# Daftar format yang didukung
|
9 |
input_supported_formats = [data.upper() for data in sorted(list(pypandoc.get_pandoc_formats()[0]) or [
|