Advantages of having such an option:
- can display human-revised translations
- lower delay for the overlay to appear
- save CPU/GPU resources (only need to perform the OCR)
The local file could be a very simple csv with only 2 fields: jap_text,eng_text, which is also very easy to generate from existing translations.
EDIT: implemented here as described, i can send a PR after a few extra fixes.
Advantages of having such an option:
The local file could be a very simple csv with only 2 fields:
jap_text,eng_text, which is also very easy to generate from existing translations.EDIT: implemented here as described, i can send a PR after a few extra fixes.