DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
fresh
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Swift programmingFamiliarity with Easydict's codebaseKnowledge of REST API integration
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
45
Research direction
Examine the existing OCR service implementations (likely in files like `Easydict/OCR/OCRService.swift` or similar) to understand the pattern for adding new services. Then implement support for multimodal model APIs (e.g., Qwen, Gemini) following the same pattern, including authentication, request formatting, and response parsing. Check the issue comments for any additional context or maintainer guidance. Test with sample images to ensure correct OCR output.