This commit is contained in:
Poison Flower
2026-09-01 00:30:34 +03:00
committed by GitHub
commit 41c6e97cd4
15 changed files with 1912 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Core — always needed
natsort
Pillow
tqdm
# --- OCR backends: install only the one(s) you actually use ---
# ocr/openrouter_ocr.py (recommended) — any OpenAI-compatible API
openai
# ocr/gemini_direct_ocr.py — direct Gemini API access
# google-genai
# ocr/google_vision_ocr.py — Google Cloud Vision
# google-cloud-vision
# ocr/local_mangaocr_ocr.py — fully offline, no cloud account
# manga-ocr
# opencv-python
# numpy
# --- epub_builder module ---
# Only needs natsort, already listed above.