Spaces:
Runtime error
Runtime error
Commit
·
0f8a7a6
1
Parent(s):
3547c69
notebook suggestions
Browse files
app.py
CHANGED
@@ -265,6 +265,8 @@ with gr.Blocks() as demo:
|
|
265 |
# pdfplumber table extraction playground
|
266 |
|
267 |
[pdfplumber](https://github.com/jsvine/pdfplumber/) is a delightful library for processing PDFs, including table extraction. **Scroll down for examples and lots more settings!**
|
|
|
|
|
268 |
"""
|
269 |
)
|
270 |
|
|
|
265 |
# pdfplumber table extraction playground
|
266 |
|
267 |
[pdfplumber](https://github.com/jsvine/pdfplumber/) is a delightful library for processing PDFs, including table extraction. **Scroll down for examples and lots more settings!**
|
268 |
+
|
269 |
+
YouTube is full of [pdfplumber tutorials](https://www.youtube.com/results?search_query=pdfplumber), but for the notebook-lovers I recommend [this](https://github.com/jsvine/nicar-2023-pdfplumber-workshop) or [this](https://github.com/jsvine/lede-2023/tree/main/pdf-parsing/).
|
270 |
"""
|
271 |
)
|
272 |
|