Create Anki cards from a Dictionary PDF
Go to file
Yandrik ef4f97d544 Update .gitignore file to include new patterns
The .gitignore file has been updated to include two new ignore patterns. These alterations help to ignore all 'out.' files with any extension and any file with '.old.' in its name. This ensures that temporary or backup files do not get included in the repo unintentionally.
2024-02-05 09:48:19 +01:00
.idea INITIAL COMMIT 2024-02-01 12:56:34 +01:00
.gitignore Update .gitignore file to include new patterns 2024-02-05 09:48:19 +01:00
dict_to_anki.py Implement local OCR and batch processing CLI flag 2024-02-05 09:47:49 +01:00
main.py Implement local OCR and batch processing CLI flag 2024-02-05 09:47:49 +01:00
poetry.lock Implement local OCR and batch processing CLI flag 2024-02-05 09:47:49 +01:00
prompt.py INITIAL COMMIT 2024-02-01 12:56:34 +01:00
pyproject.toml Implement local OCR and batch processing CLI flag 2024-02-05 09:47:49 +01:00