https://github.com/white-nx/carbonpaper
A tool record what you see on your PC, like Recall.
https://github.com/white-nx/carbonpaper
javascript ocr-recognition python recorder rust
Last synced: 4 months ago
JSON representation
A tool record what you see on your PC, like Recall.
- Host: GitHub
- URL: https://github.com/white-nx/carbonpaper
- Owner: White-NX
- License: gpl-3.0
- Created: 2026-02-03T03:16:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-22T09:02:10.000Z (4 months ago)
- Last Synced: 2026-02-22T12:53:11.748Z (4 months ago)
- Topics: javascript, ocr-recognition, python, recorder, rust
- Language: Rust
- Homepage: https://cp.eyling.top
- Size: 30.4 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CarbonPaper - 复写纸

|
English |
中文 |
[](https://github.com/White-NX/carbonPaper/actions/workflows/release.yml)
## Description
CarbonPaper 是一个利用开源OCR和向量存储解决方案的,旨在帮助查找在电脑上看到的任何内容的开源程序。
## Download and Install
可以直接使用 [Releases](https://github.com/White-NX/carbonPaper/releases) 中的预构建版本,程序会自动下载和安装其所需依赖
## Why Carbonpaper?
`CarbonPaper`,中文译名复写纸。复写纸是一种特殊的纸张,它的使用方式是在它下面放置一张另外一张纸(通常薄一些),用力的在上层纸张上写字,颜色将会因压力而转到下层纸上,从而起到复写的作用。
CarbonPaper(本程序) 具有以下功能:
- 记录用户屏幕所见。
- 借由 Windows CNG,利用用户系统自带的安全硬/软件加密存储用户快照。
- 除经用户允许,任何数据将不会离开用户的计算机。
- 支持 OCR 关键词搜索所见文本,同时也支持使用自然语言的图片特征搜索快照。
- 经由时间线快速预览快照。
- 不需要 Copilot+ 验证,相关服务通过 DirectML 使用 CPU,GPU 甚至 NPU 进行推理。
## Requirements
OS: Windows 10 1903 Build 18362 (suggest), Windows 10 1809 or later (minimum, DirectML disabled)
Architecture: x64
Internet Access: Yes
Graphics Card: (Suggested, *optinal*)
| 制造商 | 最早支持型号 | 发布日期 |
| --- | --- | --- |
| 🟢NVIDIA | GeForce GTX 480 | 2010/3/26 |
| 🔴 AMD | Radeon HD 7970 | 2011/12/22 |
| 🔵 Intel | Intel HD Graphics 4600 | 2013/5/27 |
## API
未来的 CarbonPaper 会提供开放API的功能,以允许用户使用 AI 进行快照的增删改查
## Main open source libs used
- 文本OCR:[RapidOCR](https://github.com/RapidAI/RapidOCR)
- 向量数据库:[ChromaDB](https://github.com/chroma-core/chroma)
- UI:[Tauri](https://github.com/tauri-apps/tauri)