Explorar o código

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

Rongxin hai 1 ano
pai
achega
502de5d647
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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