![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
FastOCR 是一款开源免费的提供在线 OCR 文字识别的桌面工具
64 位预编译版,解压即可使用
点击下载 -> Download 解压到安装目录,执行 FastOCR.exe
理论上支持但无构建环境,打包过程类似 Windows 如下,生成的文件位于项目的 dist 目录下
pip install poetry
poetry update
poetry run pyinstaller build.spec
稳定版本 https://aur.archlinux.org/packages/fastocr
开发版本 https://aur.archlinux.org/packages/fastocr-git
从 AUR 下载脚本编译或使用你喜欢的 AUR 辅助工具
yay -S fastocr # 使用 yay
pikaur -S fastocr # 使用 pikaur
使用 NixOS CN flakes 或 berberman flakes 安装
nix run github:berberman/flakes#fastocr
pip install --user fastocr
# Linux 复制 desktop 文件到 ~/.local/share/applications
python setup.py install
# Linux 复制 desktop 文件到 ~/.local/share/applications
自豪地使用 Poetry 进行开发
poetry install
fastocr # 运行
fastocr --help # 查看帮助
Service name: io.github.brucezhang1993.FastOCR
Object: /io/github/brucezhang1993/FastOCR
Actions | Arguments | Description |
---|---|---|
captureToClipboard | {seconds} {no_copy} | 执行 OCR 捕获到系统剪贴板或触发 dbus 信号 |
seconds: 延迟执行单位为秒 | ||
no_copy: 如果为 true 则仅触发 dbus 信号而不复制到系统剪贴板 | ||
quitApp | -- | 退出应用 |
Signals | Arguments | Description |
---|---|---|
captured | {text} | OCR 识别结果文本会触发此信号 |
text: 文本识别结果 |
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.
LGPL3
FAQs
FastOCR is a desktop application for OCR API.
We found that fastocr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.