跳到正文

PDF 摘要

用你自己的 AI 密钥,取出一份长文档的要点。

文本会发送到 AI 服务

你的 PDF 从不上传。文本在你的浏览器中提取、展示给你,只有在你同意后才会发送。

这款工具的作用

This extracts the document's text in your browser, sends it to the AI provider you choose using your own key, and writes the answer out as a Markdown file. The file itself never leaves your device, and the panel shows you the exact text and its size before anything is sent. There is no CekPDF server in that path, which also means no CekPDF account and no CekPDF bill - your provider charges you directly.

Use it when a document is longer than the time you have for it: a hundred-page tender you need to decide whether to bid on, minutes from a meeting you missed, an annual report where you only want the shape of the thing, or a contract you would like a map of before reading the clauses properly.

工作原理

  1. Drop the PDF onto this page. Its text is extracted and shown to you, with a character count and a rough token estimate.
  2. Choose your provider and paste your API key. The key is kept in this browser's local storage and sent to nobody but the provider it belongs to.
  3. Pick a length - roughly 120 words for brief, 350 for standard, 900 with a section per topic for detailed - and a style: bullets, paragraphs, or a nested outline.
  4. Set the output language if you want something other than the document's own, and narrow the page range if only part of it matters.
  5. Press Summarise. The answer streams in as the model writes it, and Cancel stops the request.

Long documents are summarised in two passes. The text is cut into chunks of about 60,000 characters, each chunk is summarised on its own, and a final request writes one summary from those notes. The alternative most tools take - truncate to fit and summarise whatever survived - produces a confident account of the first thirty pages that reads exactly like an account of the whole document. This one costs more requests and reports how many it made.

There is a ceiling on how much text goes out, 120,000 characters by default, and it exists to stop someone accidentally posting a 900-page book along with the bill that would come back. When a document exceeds it, the text is cut there and the summary file opens with a line saying so - in the output you keep, not in a notification that disappears. Raise the limit under advanced options if you would rather pay for the whole thing.

The instruction the model receives is deliberately narrow: use only what the document says, note where it is unclear rather than filling the gap, and skip the preamble about being an assistant. Temperature is fixed at 0.2, low enough that the same document twice gives close to the same summary. None of that makes a summary trustworthy by itself, so treat it as a way into the document rather than a replacement for the paragraph you are about to quote.

This is one of the few pages here with an amber badge instead of a green one, because something does leave your device. To be exact: the file does not, the images in it do not, and the extracted text does - posted by your own browser, straight to the endpoint you named, with your key in the header. Nothing of ours sits between the two, so there is nothing on this side that could log it or train on it.

这款工具做不到的事

  • The document's text is sent to the AI provider you choose. The file itself is not, but its words are.
  • You need your own API key, and your provider bills you for every request the tool makes.
  • Long documents are summarised in chunks and then summarised again, so a detail mentioned once in passing may not reach the final summary.
  • Tables and columns are flattened into reading order when the text is extracted, so a summary of a document that is mostly tables will be weaker than one of a document that is mostly prose.

常见问题

我的文档会被上传吗?
文件不会。它的文字会,而且只发给你选定的服务商。提取在你的浏览器里进行,面板在发送任何内容前会显示这段文字及其大小,随后请求从你的浏览器直接发往你服务商的端点,用的是你的密钥。这条路径上没有 CekPDF 的服务器,它看不到、记不下、也留不住其中任何内容。
为什么我必须自带 API 密钥?
因为没有 CekPDF 的服务器,而一个替你摘要文档的服务就需要一个——连同一个账户、一份配额,以及你的文字从中经过的一份副本。自带密钥让这套安排保持诚实:你的浏览器与你的服务商对话,不牵涉别人。密钥存在这个浏览器的本地存储里,在各个 AI 工具间共享,所以你只需输入一次。
它要花多少钱?
对 CekPDF 分文不花;这里没有账户也没有配额。你的服务商按请求和回答里的 token 向你计费,面板会在你发送前估算大小——大约每四个字符一个 token。长文档比一次请求更贵,因为它会先分块摘要。
它怎么处理一份 300 页的文档?
把文字切成约 60,000 字符的块,逐块摘要,再从这些笔记写出一份单一的摘要。请求的次数会随结果一并报告。如果文档超过字符上限(默认 120,000),超出部分不会发送,而摘要开头会有一行说明,而不是假装它涵盖了全部。
我能信任这份摘要吗?
把它当作一次快速的初读,而不是引证依据。模型被要求只使用文档所说的内容、把不清楚之处标出而非填补,低温度意味着同一文档两次会给出接近相同的答案。它仍可能读错一张表,或把随口一提看得过重。如果摘要里的某句话很重要,请先在文档中找到它再依赖它。
它说我的 PDF 没有文字。现在怎么办?
这份文档是扫描件——一张页面的图片,里面没有可供提取的词。先用 OCR 文字识别处理它,把文字识别出来并作为可搜索层加回去,再把结果拿到这里。这项检查在发出任何请求之前进行,所以发现它是扫描件不会花你一分钱。

相关工具