https://github.com/wherewhere/text-reader
一个基于 WinRT OCR 的文本提取器
https://github.com/wherewhere/text-reader
ocr uwp
Last synced: 6 months ago
JSON representation
一个基于 WinRT OCR 的文本提取器
- Host: GitHub
- URL: https://github.com/wherewhere/text-reader
- Owner: wherewhere
- License: gpl-3.0
- Created: 2022-08-11T10:07:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T11:07:36.000Z (9 months ago)
- Last Synced: 2024-08-19T13:08:36.943Z (9 months ago)
- Topics: ocr, uwp
- Language: C#
- Homepage:
- Size: 673 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Text Reader
一个基于 WinRT OCR 的文本提取器[](https://github.com/wherewhere/Text-Reader/actions/workflows/build-and-package.yml "Build Status")
[](https://github.com/wherewhere/Text-Reader/blob/master/LICENSE "LICENSE")
[](https://github.com/wherewhere/Text-Reader/issues "Issues")
[](https://github.com/wherewhere/Text-Reader/stargazers "Stargazers")[](https://www.microsoft.com/store/apps/9P8NKQW6NCNC "Microsoft Store")
[](https://github.com/wherewhere/Text-Reader/releases/latest "GitHub All Releases")## 目录
- [Text Reader](#text-reader)
- [目录](#目录)
- [支持的语言](#支持的语言)
- [如何安装应用](#如何安装应用)
- [最低需求](#最低需求)
- [使用应用安装脚本安装应用](#使用应用安装脚本安装应用)
- [使用应用安装程序安装应用](#使用应用安装程序安装应用)
- [更新应用](#更新应用)
- [使用到的模块](#使用到的模块)## 支持的语言
- 中文
- English## 如何安装应用
### 最低需求
- Windows 10 Build 10240及以上
- 设备需支持ARM/x86/x64
- 至少20MB的空余储存空间(用于储存安装包与安装应用)### 使用应用安装脚本安装应用
- 下载并解压最新的[安装包`(UWP_x.x.x.0_Debug_Test.rar)`](https://github.com/wherewhere/Text-Reader/releases/latest)
- 如果没有应用安装脚本,下载[`Install.ps1`](Install.ps1)到目标目录

- 右击`Install.ps1`,选择“使用PowerShell运行”
- 应用安装脚本将会引导您完成此过程的剩余部分### 使用应用安装程序安装应用
- 下载并解压最新的[安装包`(UWP_x.x.x.0_Debug_Test.rar)`](https://github.com/wherewhere/Text-Reader/releases/latest)
- [开启旁加载模式](https://www.windowscentral.com/how-enable-windows-10-sideload-apps-outside-store)
- 如果您想开发UWP应用,您可以开启[开发人员模式](https://docs.microsoft.com/zh-cn/windows/uwp/get-started/enable-your-device-for-development),**对于大多数不需要做UWP开发的用户来说,开发人员模式是没有必要的**
- 安装`Dependencies`文件夹下的适用于您的设备的所有依赖包

- 安装`*.cer`证书到`本地计算机`→`受信任的根证书颁发机构`
- 这项操作需要用到管理员权限,如果您安装证书时没有用到该权限,则可能是因为您将证书安装到了错误的位置或者您使用的是超级管理员账户



- 双击`*.appxbundle`,单击安装,坐和放宽
### 更新应用
- 下载并解压最新的[安装包`(UWP_x.x.x.0_x86_x64_arm_Debug.appxbundle)`](https://github.com/wherewhere/Text-Reader/releases/latest)
- 双击`*.appxbundle`,单击安装,坐和放宽
## 使用到的模块
- [Mica For UWP](https://github.com/wherewhere/Mica-For-UWP "Mica For UWP")
- [Windows Community Toolkit](https://github.com/CommunityToolkit/WindowsCommunityToolkit "Windows Community Toolkit")