Browse Source

show all fields

main
cellarspoon 2 years ago
parent
commit
bfdd600bf5
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 2
      README.md

2
README.md

@ -6,5 +6,5 @@
from temp_index import make_cards
make_cards("mycards.pdf", "sqlite:///metadata.db", ["title"])
make_cards("mycards.pdf", "sqlite:///metadata.db", ["title", "uploaded_at", "comments", "authors", "tags"])
```

Loading…
Cancel
Save