This commit is contained in:
PrefacedCorg
2026-04-19 16:00:20 +08:00
parent df66a49ba5
commit a57e0496ee
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -549,6 +549,12 @@
<data name="InkRecog_EnableInkRecognition" xml:space="preserve">
<value>Enable ink recognition</value>
</data>
<data name="InkRecog_HandwritingBeautify" xml:space="preserve">
<value>WinRT recognition to handwriting glyphs</value>
</data>
<data name="InkRecog_HandwritingBeautifyHint" xml:space="preserve">
<value># When enabled, ink correction API: first recognizes handwritten words via WinRT, then replaces original strokes with glyph outlines rendered in a handwriting-style font (default Ink Free/KaiTi etc., configurable via handwritingCorrectionFontFamily in settings JSON). Requires 64-bit and WinRT.</value>
</data>
<data name="InkRecog_BlockRectFakePressure" xml:space="preserve">
<value>Block fake pressure on corrected rectangles</value>
</data>
+6
View File
@@ -564,6 +564,12 @@
<data name="InkRecog_EnableInkRecognition" xml:space="preserve">
<value>启用墨迹识别</value>
</data>
<data name="InkRecog_HandwritingBeautify" xml:space="preserve">
<value>WinRT识别转手写体字形</value>
</data>
<data name="InkRecog_HandwritingBeautifyHint" xml:space="preserve">
<value>#开启后,调用墨迹纠正API时:先WinRT识别手写词,再将识别成功的文字用手写风格字体(默认Ink Free/楷体等,可在设置JSON的handwritingCorrectionFontFamily调整)转成字形轮廓墨迹替换原笔画。需64位与WinRT。</value>
</data>
<data name="InkRecog_ShapeEngine" xml:space="preserve">
<value>识别引擎</value>
</data>