File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/with-playwright-automation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Playwright-based CLI tool for automatically detecting form fields in PDF documen
66
77``` bash
88npm install
9- npx tsx src/index.ts https://example. com/form .pdf
9+ npx tsx src/index.ts https://cdn.simplepdf. com/simple-pdf/assets/forms/urla-1003 .pdf
1010```
1111
1212## Usage
@@ -25,9 +25,9 @@ Options:
2525### Examples
2626
2727``` bash
28- npx tsx src/index.ts https://example. com/form .pdf
28+ npx tsx src/index.ts https://cdn.simplepdf. com/simple-pdf/assets/forms/urla-1003 .pdf
2929npx tsx src/index.ts ./documents/form.pdf
30- npx tsx src/index.ts https://example. com/form .pdf --company-identifier mycompany
30+ npx tsx src/index.ts https://cdn.simplepdf. com/simple-pdf/assets/forms/urla-1003 .pdf --company-identifier mycompany
3131```
3232
3333## How It Works
You can’t perform that action at this time.
0 commit comments