Converts physical flashcards to digital anki flashcards
Project description
anki_ocr
anki_ocr is a python program that converts physical flashcards into digital Anki(Anki is a flashcard program that sychronizes your flashcards and uses spaced repetition for efficient memorization) decks. It uses PyTesseract and genanki to turn your handwritten flashcards into digital anki ones.
There are several use cases, mainly its for you if you have a lot of flashcards and and want to digitalize them. Anki does support image flashcards, but it would take a lot of time and you wouldn't be able to search the flashcards. Its also useful if you're not allowed to use a laptop/phone in class or prefer to handwrite your notes.
Installation
Use the package manager pip to install anki_ocr.
pip install anki_ocr
Usage
To use anki_ocr, you will need a directory with images of your flashcards. The program will automatically sort the images by date, so you should capture the question followed by its answer(i.e question1>answer1>question2>answer2 and so on), and ensure the number of images is even
anki_ocr [img_directory] [output_deck_name]
This will output an Anki deck package output_deck_name.apkg. This package can be imported into the Desktop or mobile Anki apps
Contributing
This project is beginner friendly. The entire module is a small single file, and the only new package you might have to deal with is genanki just to see some other ways to generate notes.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file anki_ocr-0.3.tar.gz
.
File metadata
- Download URL: anki_ocr-0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.36.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4a5ff60fba08079b84cf366c2f4267c29ed13263dd3a71bb70c3a4709539e6e |
|
MD5 | 64f40ee1183fc4c892d8c66f981e5b82 |
|
BLAKE2b-256 | 811e68d7fea139715f5e5d885c46ed8f9f8e4ffc41e0f77992e0876f5a4b4806 |
File details
Details for the file anki_ocr-0.3-py3-none-any.whl
.
File metadata
- Download URL: anki_ocr-0.3-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.36.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 216deac73c4cf1313a5e4803e9d83eda390141197e94e564ff814588d933c9ac |
|
MD5 | eec270ada076e2be962c8779d1313117 |
|
BLAKE2b-256 | 54b74747c3061734920a2e675baa7d6d4ce0394c3d37a7052ba0b49af8bece30 |