anki_ocr_gui is a PyQt5 gui for the CLI tool 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.
Use the package manager pip to install anki_ocr_gui.
pip install anki_ocr_gui
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, and ensure the number of images is even (i.e question1>answer1>question2>answer2 and so on)
anki_ocr_gui
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.