AIAny
AI Client2024
Icon for item

BabelDOC

Translates scientific PDFs while keeping the original layout intact: parses text, tables, and figures, then re-renders bilingual or monolingual output via any OpenAI-compatible LLM. Tuned for English-to-Chinese papers, with CSV glossary support.

Introduction

Most tools that translate a PDF treat it as a bag of loose text, and the result is a mess: equations break, two-column flow collapses, and tables turn to soup. BabelDOC's bet is that translation and layout are two separate problems. It first parses a paper into a structured model — text blocks, figures, tables, formulas — translates only the language, then re-renders a new PDF that mirrors the original page geometry.

What Sets It Apart
  • Parse-then-render pipeline: layout fidelity comes from reconstructing the document, not patching strings in place, so a translated page still reads like the paper it came from.
  • Bring-your-own LLM: any OpenAI-compatible endpoint works, so you control cost, quality, and privacy rather than being locked to one provider.
  • Bilingual or monolingual output: side-by-side originals make it a study aid, not just a translator — useful when you don't fully trust the model on technical terms.
  • CSV glossaries: pin domain terminology across a whole document, which matters more in scientific text than raw fluency.
Who It's For

Great fit if you read English research papers and want a Chinese (or bilingual) copy that keeps figures, tables, and equations where they belong — especially paired with its Zotero and Immersive Translate integrations. Look elsewhere if you need non English-to-Chinese pairs (other directions are largely untested), heavily scanned or image-only PDFs, or pixel-perfect output: it skips very large pages and can misparse author and reference sections.

Information

  • Websitegithub.com
  • OrganizationsFunstory.ai
  • Authorsfunstory-ai
  • Published date2024/11/13

Categories

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).