Browse Source

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

Rongxin 1 year ago
parent
commit
502de5d647
1 changed files with 1 additions and 1 deletions
  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