Przeglądaj źródła

feat (gui) : pdf preview in high resolution

feat (gui) : pdf preview in high resolution
Rongxin 1 rok temu
rodzic
commit
8f585b8855
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      pdf2zh/gui.py

+ 5 - 1
pdf2zh/gui.py

@@ -326,6 +326,10 @@ custom_css = """
     .progress-bar {
         border-radius: 8px !important;
     }
+
+    .pdf-canvas canvas {
+        width: 100%;
+    }
     """
 
 demo_recaptcha = """
@@ -498,7 +502,7 @@ with gr.Blocks(
 
         with gr.Column(scale=2):
             gr.Markdown("## Preview")
-            preview = PDF(label="Document Preview", visible=True)
+            preview = PDF(label="Document Preview", visible=True, height=2000)
 
     # Event handlers
     file_input.upload(