We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ebc89 commit 58b1f65Copy full SHA for 58b1f65
commands/system/ocr.swift
@@ -21,7 +21,7 @@ import Cocoa
21
import Vision
22
23
let screenCapturePath = "/tmp/ocr.png"
24
-let recognitionLanguages = ["en-US", "zh-CN"]
+let recognitionLanguages = ["zh-Hans", "en-US"]
25
let joiner = " "
26
27
@discardableResult
0 commit comments