Earlier, I mentioned two tools: one is a tool that converts SCI literature PDFs into Markdown format, and the other is a tool that translates Markdown files into the target language. However, there is a problem: these two tools are command-line tools, and they are hosted on another computer acting as a server, so I have to ssh into it every time I want to use them, which is inconvenient.
Therefore, I integrated these two tools into a single Docker container and created a simple front-end page using vue.js for easier use.
Of course, you can also use it without Docker; you just need to install Python and Node.js, then clone this repository, install the dependencies, and configure the environment variables to use it.
I have already uploaded the project to GitHub, and the address is SCI_TOOLS. Feel free to star and fork it.
Screenshot: