Metadata-Version: 2.1
Name: translate_pdf_word
Version: 0.0.2
Summary: A package for translating pdf or word files into Chinese versions
Home-page: https://github.com/xmlongan/translate-pdf-word
Author: Yanfeng Wu
Author-email: yanfeng1223@126.com
License: UNKNOWN
Description: # translate_pdf_word package
        
        This is a package for translating pdf or word files into Chinese versions.
        
        ### Install the package
        
        ```
        pip install translate-pdf-word
        ```
        
        ### Usage
        
        ```python
        from translate_pdf_word import Word2word
        # substitute "your path/to/word.docx" with your word file name or path to it
        word = Word2word.Word2word("your path/to/word.docx")
        word.translate_all_in_one_shot()
        word.save2docx()
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
