You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python project automatically converts PDF files in a folder into plain text files using **PyPDF2**. Each PDF is processed page by page, and the extracted text is saved as a `.txt` file with the same name as the PDF.
4
+
5
+
---
6
+
7
+
## Features
8
+
9
+
- Automatically processes **all PDFs in the folder**.
10
+
- Skips PDFs with **no extractable text**.
11
+
- Handles errors gracefully and prints a **summary**.
12
+
- Creates `.txt` files named after the original PDF.
0 commit comments