# PDF翻译 **Repository Path**: fkly/pdf-translation ## Basic Information - **Project Name**: PDF翻译 - **Description**: pdf翻译器 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-25 - **Last Updated**: 2024-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PDF翻译 ## **介绍** PDF翻译器 ## **软件架构** 依赖于 poppler 在linux中 ``` sudo apt install poppler-utils ``` 在win中安装[poppler-utils.zip](依赖/poppler/poppler.zip)并加入环境变量 ``` ./pdf-translation ``` 翻译部分依赖于大语言模型ollama3.1 进行精准翻译 需要本地安装ollama并下载llama3.1模型 ## **下载** linux [linux-pdf-translation.zip](releases/v1.1.0/linux-pdf-translation.zip) ## **使用说明** ``` chmod +x pdf-translation ./pdf-translation ```