Convertir un PDF en texte
Extrayez chaque mot dans un fichier .txt brut.
Comment ça marche
Importez votre PDF et téléchargez le résultat — le texte de chaque page est extrait, dans l'ordre de lecture, dans un seul fichier .txt brut.
Cela conserve-t-il le formatage, les tableaux ou la mise en page ?
Non — il extrait le texte brut dans l'ordre de lecture sous forme d'un seul fichier .txt. La mise en page, les polices et le formatage ne sont pas conservés.
Cela fonctionnera-t-il sur un PDF scanné ?
Seulement si le PDF contient déjà du texte sélectionnable. Les pages scannées qui ne sont que des images (sans OCR) produisent un texte vide ou quasiment vide pour ces pages.
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