Rongxin 12cc05d602 feat (gui): add support for DeeplX 1 vuosi sitten
..
img 3fad3b31d1 feat (gui): add gui support using gradio 1 vuosi sitten
README.MD ee953953d8 doc (gui): adjust images 1 vuosi sitten
main.py 12cc05d602 feat (gui): add support for DeeplX 1 vuosi sitten

README.MD

GUI (early test version)

This subfolder provides the GUI mode of pdf2zh.

Usage:

  1. Make sure that the main tool and additional dependencies are installed. Extra modules required by the GUI are:
  • GUI framework: pip install gradio
  • PDF preview: pip install pdf2image
  • PDF converter:
  • - Mac brew install poppler
  • - Other platforms: see the link for details
  1. Run
  2. cd gui
  3. python main.py

  4. Drop the PDF file into the window and click Translate.

Sample PDFs:

Original Translated

Maintainance

GUI maintained by Rongxin