Remove all writing skills for upcoming upgrade

This commit is contained in:
Timothy Kassis
2025-12-07 13:54:58 -08:00
parent ab4aff4670
commit 78331e1b37
175 changed files with 7 additions and 69268 deletions

View File

@@ -1,12 +0,0 @@
import sys
from pypdf import PdfReader
# Script for Claude to run to determine whether a PDF has fillable form fields. See forms.md.
reader = PdfReader(sys.argv[1])
if (reader.get_fields()):
print("This PDF has fillable form fields")
else:
print("This PDF does not have fillable form fields; you will need to visually determine where to enter data")