将 PDF 转换为文本
将每一个字提取到一个纯文本 .txt 文件中。
使用方法
上传您的 PDF 并下载结果——每一页的文本都会按阅读顺序提取到一个纯文本 .txt 文件中。
这会保留格式、表格或布局吗?
不会——它会按阅读顺序提取原始文本,生成一个 .txt 文件。布局、字体和格式都不会保留。
这适用于扫描版 PDF 吗?
只有当 PDF 本身已含可选中文本时才有效。仅为图片的扫描页面(未经 OCR)提取出的文本会是空白或几乎空白。
Can I get one .txt file per page instead of one combined file?
Currently it's one combined text file for the whole document, in page order.
Does this work on PDFs in languages other than English?
Yes — it extracts whatever selectable text the PDF contains, in any language, as long as the text is real (not a scanned image without OCR).
Why is some of my extracted text jumbled or out of order?
PDFs don't always store text in strict visual reading order internally, especially multi-column layouts — extraction follows the file's internal text order, which can occasionally differ from the visual layout.
How can I tell where one page ends and the next begins in the output?
Each page is separated by a line reading "--- page break ---" in the downloaded .txt file, so you can always tell where one page's text stops and the next one starts.
Why doesn't the output keep line breaks or paragraphs?
page.pdfToText.faq7Text
What's the difference between this and PDF to Word?
page.pdfToText.faq8Text
My PDF is scanned — how do I still get text out of it?
page.pdfToText.faq9Text