Skip to main content

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 digitize 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.

Clone the project & you probably want a virtual environment

git clone https://github.com/madelesi/anki_ocr.git
cd anki_ocr
python3 -m venv venv_anki_ocr
source venv_anki_ocr/bin/activate

Then install an editable version (updates after every save)

pip install -e .

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

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anki_ocr-0.3.1.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

anki_ocr-0.3.1-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file anki_ocr-0.3.1.tar.gz.

File metadata

  • Download URL: anki_ocr-0.3.1.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/47.3.1 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for anki_ocr-0.3.1.tar.gz
Algorithm Hash digest
SHA256 0d74c47f852b68251278d5f4e4845774a3006bccba76aef7e3b377f2e0b93d35
MD5 409d6e23fe24c1a3a538c9d098333757
BLAKE2b-256 b6152b36a7b672761f53aa26d25742e46b136af074659393fe4d20b3bb07fcb2

See more details on using hashes here.

File details

Details for the file anki_ocr-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: anki_ocr-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/47.3.1 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5

File hashes

Hashes for anki_ocr-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 70e65dbcbde29e1af2c5479f9cfdc6cd91d8f9aa643482ee1df24c2b813ccf57
MD5 1be1aade99b5a003f9bd5746f21c383c
BLAKE2b-256 4a09e8236a45cff62f0bbf9d13c1c1deb05b499f368a0b4e9280b75ae6a1592d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page