Metadata-Version: 2.4
Name: highlighted-pdf-to-anki-flashcards
Version: 0.1.1
Summary: Extract highlighted words from PDFs and turn them into Anki flashcards
Author-email: Ali Jalali <a.jalali.248@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Jal-Ali/highlighted-pdf-to-anki-flashcards
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse
Requires-Dist: tqdm
Requires-Dist: PyMuPDF<=1.23.26
Requires-Dist: googletrans-modified
Dynamic: license-file

# highlighted-pdf-to-anki-flashcards

Extract highlighted words from PDFs and turn them into Anki flashcards (TXT).

## Features
- Extracts highlighted text from PDF files.
- Fetches definitions (and optional translations).
- Exports results to a TXT file ready for import into Anki.

## Installation
```bash
pip install highlighted-pdf-to-anki-flashcards
```

```bash
pdf2anki --pdf_file my_notes.pdf
```

```bash
pdf2anki --pdf_file my_notes.pdf --dest_lang es
```

```bash
pdf2anki --pdf_file my_notes.pdf --output vocab.csv
```
