85K text extraction of the gated 39MB PDF (already in ~/Downloads). Notes PDF location in README. Removes landing page placeholder. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
30 lines
992 B
Markdown
30 lines
992 B
Markdown
# State of Padel Q1 2026 — Source Files
|
|
|
|
Research compiled 2026-02-25.
|
|
|
|
## Files in this folder
|
|
|
|
| File | Description |
|
|
|------|-------------|
|
|
| `research-brief.md` | Compiled research brief with all findings, tables, and data gaps |
|
|
| `fip_world_padel_report_2024.pdf` | FIP World Padel Report 2024 (original PDF, 8 MB) |
|
|
| `fip_2024_text.txt` | Text extracted from FIP 2024 PDF via `pdftotext` (11,049 lines) |
|
|
| `fip_2025_text.txt` | Text extracted from FIP 2025 PDF via `pdftotext` (28,135 lines) |
|
|
|
|
## FIP 2025 PDF (not committed — 44 MB)
|
|
|
|
Too large for git. Download from:
|
|
```
|
|
https://www.padelfip.com/wp-content/uploads/2025/12/FIP-WPR-2025_DIGITAL.pdf
|
|
```
|
|
|
|
Re-extract text if needed:
|
|
```bash
|
|
pdftotext -layout fip_world_padel_report_2025.pdf fip_2025_text.txt
|
|
```
|
|
|
|
## Playtomic / PwC Global Padel Report 2025 PDF (not committed — 39 MB)
|
|
|
|
PDF at `~/Downloads/PLAYTOMIC_GLOBAL _PADEL_REPORT_2025.pdf`.
|
|
Extracted text committed at `sources/playtomic_global_padel_report_2025.txt`.
|