Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
NPCDW committed Jan 22, 2022
1 parent a832a54 commit e3fae1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions WindowsFormsOCR/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
此项目调用 `TencentCloud` 实现的 `OCR` 以及翻译

* 支持截图文字识别
* 支持划词翻译
* 支持截图翻译

截图是使用 `Graphics` 进行绘制的,会有明显的卡顿感觉

划词(屏幕取词)是采用模拟发送 `Ctrl+C` ,然后再从剪切板取词
1 change: 1 addition & 0 deletions WindowsFormsOCR/WindowsFormsOCR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="README.md" />
<None Include="Resources\Setting.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit e3fae1d

Please sign in to comment.