From bfdd600bf58878f2a421f554d5c121af729701c2 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 29 Nov 2021 12:26:25 +0100 Subject: [PATCH] show all fields --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85ef415..637c8e0 100644 --- a/README.md +++ b/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"]) ```