Skip to content

Commit 339276f

Browse files
authored
Update README.md
1 parent cea1c45 commit 339276f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-pdf-form-extractor/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Trigger.dev + Python PDF Form Extractor Example
1+
# Trigger.dev + Python PDF form extractor demo
22

33
This demo showcases how to use Trigger.dev with Python to extract structured form data from a PDF file available at a URL.
44

55
## Features
66

7-
- [Trigger.dev](https://trigger.dev) to orchestrate background tasks
7+
- A [Trigger.dev](https://trigger.dev) task to trigger the Python script
88
- [Trigger.dev Python build extension](https://trigger.dev/docs/config/extensions/pythonExtension) to install the dependencies and run the Python script
99
- [PyMuPDF](https://pymupdf.readthedocs.io/en/latest/) to extract form data from PDF files
1010
- [Requests](https://docs.python-requests.org/en/master/) to download PDF files from URLs

0 commit comments

Comments
 (0)