@sunmer575399: Stirling-PDF这项目把自动化玩明白了,89.0k star实打实 50多种PDF工具全塞进一个开源平台,合并、拆分、压缩、OCR、加水印,基本覆盖日常所有需求 最狠的是自动化pipeline,拖拽节点就能批量处理PDF,不用写一…

X AI KOLs Timeline 产品

摘要

Stirling-PDF是一个开源PDF处理平台,提供50多种工具(合并、拆分、OCR、压缩等),支持浏览器、Docker自托管和REST API,并支持无代码自动化pipeline。该项目在GitHub上有89k+ star,可完全本地部署,保护隐私。

Stirling-PDF这项目把自动化玩明白了,89.0k star实打实 50多种PDF工具全塞进一个开源平台,合并、拆分、压缩、OCR、加水印,基本覆盖日常所有需求 最狠的是自动化pipeline,拖拽节点就能批量处理PDF,不用写一行代码。我拿它跑过上千份合同转PDF,扔进去就不用管了 支持浏览器直接用,也能Docker私有化部署,自己架一台当私人PDF处理API,再也不用把文档传给第三方网站,隐私这块直接拉满 适合想搞自动化的兄弟,代码全开源。 这项目能火不是没道理的。 同类商业API按页收费,这玩意儿自托管一张发票都不用花。 我把部署文档翻了一遍,从git clone到docker跑通不到10分钟,小白照着点就行。 真要做线上服务,它的REST API还能直接嵌进现有系统里。 你平时都是拿啥工具处理PDF的?有没有踩过什么坑? https://github.com/Stirling-Tools/Stirling-PDF… #AI #AI工具老炮
查看原文
查看缓存全文

缓存时间: 2026/08/08 15:06

Stirling-PDF这项目把自动化玩明白了,89.0k star实打实

50多种PDF工具全塞进一个开源平台,合并、拆分、压缩、OCR、加水印,基本覆盖日常所有需求

最狠的是自动化pipeline,拖拽节点就能批量处理PDF,不用写一行代码。我拿它跑过上千份合同转PDF,扔进去就不用管了

支持浏览器直接用,也能Docker私有化部署,自己架一台当私人PDF处理API,再也不用把文档传给第三方网站,隐私这块直接拉满

适合想搞自动化的兄弟,代码全开源。 这项目能火不是没道理的。 同类商业API按页收费,这玩意儿自托管一张发票都不用花。 我把部署文档翻了一遍,从git clone到docker跑通不到10分钟,小白照着点就行。 真要做线上服务,它的REST API还能直接嵌进现有系统里。 你平时都是拿啥工具处理PDF的?有没有踩过什么坑?

https://github.com/Stirling-Tools/Stirling-PDF…

#AI #AI工具老炮


Stirling-Tools/Stirling-PDF

Source: https://github.com/Stirling-Tools/Stirling-PDF

Stirling PDF logo

Stirling PDF - The Open-Source PDF Platform

Stirling PDF is a powerful, open-source PDF editing platform. Run it as a personal desktop app, in the browser, or deploy it on your own servers with a private API. Edit, sign, redact, convert, and automate PDFs without sending documents to external services.

Docker Pulls Discord OpenSSF Scorecard GitHub Repo stars

Stirling PDF - Dashboard

Key Capabilities

  • Everywhere you work - Desktop client, browser UI, and self-hosted server with a private API.
  • 50+ PDF tools - Edit, merge, split, sign, redact, convert, OCR, compress, and more.
  • Automation & workflows - No-code pipelines direct in UI with APIs to process millions of PDFs.
  • Enterprise‑grade - SSO, auditing, and flexible on‑prem deployments.
  • Developer platform - REST APIs available for nearly all tools to integrate into your existing systems.
  • Global UI - Interface available in 40+ languages.

For a full feature list, see the docs: https://docs.stirlingpdf.com

Quick Start

docker run -p 8080:8080 docker.stirlingpdf.com/stirlingtools/stirling-pdf

Then open: http://localhost:8080

For full installation options (including desktop and Kubernetes), see our Documentation Guide.

Resources

Support

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

This project uses Task as a unified command runner for all build, dev, and test commands. Run task dev to get started running the editor, run task to see the most common commands, or see the Developer Guide for full details.

For adding translations, see the Translation Guide.

License

Stirling PDF is open-core. See LICENSE for details.

相似文章

Stirling-Tools/Stirling-PDF

GitHub Trending (daily)

Stirling-PDF 是一个强大的开源 PDF 平台,提供 50 多种编辑工具、自动化流程以及自托管部署选项,适用于桌面、浏览器或服务器。

@Ryrenz: PDF 直接丢给大模型,表格乱码、公式崩溃、扫描件还认不出字。 这 5 个工具帮你把文档转成 AI 能读的干净格式。 1、Stirling-PDF — 本地 PDF 全能工具箱,85k star 合并、拆分、压缩、加水印、转格式,几十种操…

X AI KOLs Timeline

本文介绍了5个将文档转换为AI可读格式的开源工具:Stirling-PDF、MinerU、docling、marker和OCRmyPDF,分别针对PDF编辑、复杂文档转Markdown、文档结构化输出、高精度PDF转Markdown以及扫描件OCR处理。

@AIExplorerTim: 有人刚刚开发了一个工具,可以将 PDF 转换为 干净、结构化的 Markdown 速度达到 100 页/秒 不需要 GPU。 不需要 API 成本。 没有混乱的解析。 只有原始的、可用的数据。 它可以轻松处理的内容: • 表格 → 完美提…

X AI KOLs Timeline

OpenDataLoader 是一个开源工具,可将 PDF 转换为结构化的 Markdown 和 JSON,支持 100 页/秒的本地处理速度,无需 GPU 或 API 成本,专为 RAG 管道和 PDF 无障碍自动化设计。