feat (kernel): experimental support for v2.0 using isolated environment#1102
Merged
reycn merged 2 commits intoPDFMathTranslate:mainfrom Mar 22, 2026
Merged
feat (kernel): experimental support for v2.0 using isolated environment#1102reycn merged 2 commits intoPDFMathTranslate:mainfrom
reycn merged 2 commits intoPDFMathTranslate:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
English
This PR introduces an experimental kernel abstraction layer that enables PDFMathTranslate to support multiple translation backends (legacy
v1, precise, and the new v2.0) through a unified interface.
Commit 1 (e975dde): Adds PDFMathTranslate-next as a git submodule under pdf2zh/kernel/, pointing to the next-generation translation engine.
Commit 2 (84efe44): Implements the full kernel system:
中文
本 PR 引入了实验性的内核抽象层,使 PDFMathTranslate 能够通过统一接口支持多种翻译后端(legacy v1、precise 及全新的 v2.0)。
提交 1(e975dde):将 PDFMathTranslate-next 作为 git submodule 添加到 pdf2zh/kernel/ 下,指向下一代翻译引擎。
提交 2(84efe44):实现完整的内核系统: