.gitignore | ||
metadata.db | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
temp_index.py |
temp-index
hacking
from temp_index import make_cards
make_cards("mycards.pdf", "sqlite:///metadata.db", ["title"])
.gitignore | ||
metadata.db | ||
poetry.lock | ||
pyproject.toml | ||
README.md | ||
temp_index.py |
from temp_index import make_cards
make_cards("mycards.pdf", "sqlite:///metadata.db", ["title"])