Ten projekt w Pythonie:
- wczytuje plik PDF (
sample_phone_pdf.pdf), - wyciąga z niego tekst (
PyPDF2), - wyszukuje numery telefonów w różnych formatach,
- zapisuje wynik do pliku CSV (
new_file_with_numbers.csv).
python phone_numbers.py
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
📱 Python program that reads a PDF file, extracts text, searches for phone numbers in various formats, and saves the results to a CSV file.