Selaa lähdekoodia

feat (cli): add support for non-pdf/a document; style fixed

Rongxin 1 vuosi sitten
vanhempi
sitoutus
502de5d647
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pdf2zh/high_level.py

+ 1 - 1
pdf2zh/high_level.py

@@ -254,7 +254,7 @@ def convert_to_pdfa(input_path, output_path):
     Args:
         input_path: Path to source PDF file
         output_path: Path to save PDF/A file
-    """pikepdf
+    """
     from pikepdf import Dictionary, Name, Pdf
 
     # Open the PDF file