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
Copy file name to clipboardExpand all lines: python-pdf-form-extractor/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Trigger.dev + Python PDF Form Extractor Example
1
+
# Trigger.dev + Python PDF form extractor demo
2
2
3
3
This demo showcases how to use Trigger.dev with Python to extract structured form data from a PDF file available at a URL.
4
4
5
5
## Features
6
6
7
-
-[Trigger.dev](https://trigger.dev) to orchestrate background tasks
7
+
-A [Trigger.dev](https://trigger.dev)task to trigger the Python script
8
8
-[Trigger.dev Python build extension](https://trigger.dev/docs/config/extensions/pythonExtension) to install the dependencies and run the Python script
9
9
-[PyMuPDF](https://pymupdf.readthedocs.io/en/latest/) to extract form data from PDF files
10
10
-[Requests](https://docs.python-requests.org/en/master/) to download PDF files from URLs
0 commit comments