@@ -24,6 +24,22 @@ export const projectCards: ProjectConfig[] = [
2424 summary : "商用级开源语音识别程序库,支持全平台、中英文混合识别与快速集成。" ,
2525 href : "https://github.com/RapidAI/RapidASR"
2626 } ,
27+ {
28+ name : "MaClaw" ,
29+ stars : "84" ,
30+ repo : "RapidAI/MaClaw" ,
31+ category : "应用" ,
32+ summary : "爱马仕智能体系统,非传统小龙虾。。" ,
33+ href : "https://github.com/RapidAI/MaClaw"
34+ } ,
35+ {
36+ name : "TableStructureRec" ,
37+ stars : "942" ,
38+ repo : "RapidAI/TableStructureRec" ,
39+ category : "表格识别" ,
40+ summary : "整理目前开源的最优表格识别模型,完善前后处理,模型转换为ONNX" ,
41+ href : "https://github.com/RapidAI/TableStructureRec"
42+ } ,
2743 {
2844 name : "LabelConvert" ,
2945 stars : "318" ,
@@ -32,6 +48,14 @@ export const projectCards: ProjectConfig[] = [
3248 summary : "目标检测与图像分割数据集格式转换工具,降低工程迁移成本。" ,
3349 href : "https://github.com/RapidAI/LabelConvert"
3450 } ,
51+ {
52+ name : "RapidOCRCSharp" ,
53+ stars : "73" ,
54+ repo : "RapidAI/RapidOCRCSharp" ,
55+ category : "OCR" ,
56+ summary : "本项目为Windows平台C# WinForm范例" ,
57+ href : "https://github.com/RapidAI/RapidOCRCSharp"
58+ } ,
3559 {
3660 name : "RapidLaTeXOCR" ,
3761 stars : "383" ,
@@ -42,7 +66,7 @@ export const projectCards: ProjectConfig[] = [
4266 } ,
4367 {
4468 name : "RapidRAG" ,
45- stars : "236 " ,
69+ stars : "248 " ,
4670 repo : "RapidAI/RapidRAG" ,
4771 category : "知识问答" ,
4872 summary : "结合本地知识库与大模型的问答系统,聚焦私有化与低门槛落地。" ,
@@ -57,75 +81,35 @@ export const projectCards: ProjectConfig[] = [
5781 href : "https://github.com/RapidAI/RapidStructure"
5882 } ,
5983 {
60- name : "RapidTableDetection " ,
61- stars : "" ,
62- repo : "RapidAI/RapidTableDetection " ,
84+ name : "RapidOCRPDF " ,
85+ stars : "188 " ,
86+ repo : "RapidAI/RapidOCRPDF " ,
6387 category : "文档智能" ,
64- summary : "检测并提取复杂场景中的表格区域,同时处理透视和旋转校正。 " ,
65- href : "https://github.com/RapidAI/RapidTableDetection "
88+ summary : "Based on RapidOCR, extract the PDF content " ,
89+ href : "https://github.com/RapidAI/RapidOCRPDF "
6690 } ,
6791 {
6892 name : "RapidDoc" ,
69- stars : "" ,
93+ stars : "148 " ,
7094 repo : "RapidAI/RapidDoc" ,
7195 category : "文档智能" ,
7296 summary : "面向文档图像内容提取,支持后续输出为 Word、Txt、Markdown 等格式。" ,
7397 href : "https://github.com/RapidAI/RapidDoc"
7498 } ,
7599 {
76100 name : "RapidLayout" ,
77- stars : "" ,
101+ stars : "267 " ,
78102 repo : "RapidAI/RapidLayout" ,
79103 category : "版面分析" ,
80104 summary : "中英文文档版面分析工具,适合结构化提取和文档理解场景。" ,
81105 href : "https://github.com/RapidAI/RapidLayout"
82106 } ,
83107 {
84108 name : "RapidTable" ,
85- stars : "" ,
109+ stars : "414 " ,
86110 repo : "RapidAI/RapidTable" ,
87111 category : "表格识别" ,
88112 summary : "基于 ONNXRuntime 的表格识别方案,强调部署简单和运行稳定。" ,
89113 href : "https://github.com/RapidAI/RapidTable"
90- } ,
91- {
92- name : "RapidTTS" ,
93- stars : "" ,
94- repo : "RapidAI/RapidTTS" ,
95- category : "语音" ,
96- summary : "基于 ONNXRuntime 的跨平台文本转语音工程实现。" ,
97- href : "https://github.com/RapidAI/RapidTTS"
98- } ,
99- {
100- name : "RapidVoice" ,
101- stars : "" ,
102- repo : "RapidAI/RapidVoice" ,
103- category : "语音" ,
104- summary : "面向 SenseVoice 的工程化实现,服务语音识别和理解相关应用。" ,
105- href : "https://github.com/RapidAI/RapidVoice"
106- } ,
107- {
108- name : "RapidVAD" ,
109- stars : "" ,
110- repo : "RapidAI/RapidVAD" ,
111- category : "语音" ,
112- summary : "用于语音切分的 VAD 工具库,适合作为 ASR 前处理组件。" ,
113- href : "https://github.com/RapidAI/RapidVAD"
114- } ,
115- {
116- name : "RapidVideOCR" ,
117- stars : "" ,
118- repo : "RapidAI/RapidVideOCR" ,
119- category : "应用" ,
120- summary : "视频硬字幕提取工具,服务影音处理与内容结构化场景。" ,
121- href : "https://github.com/RapidAI/RapidVideOCR"
122- } ,
123- {
124- name : "RapidUnWrap" ,
125- stars : "" ,
126- repo : "RapidAI/RapidUnWrap" ,
127- category : "文档智能" ,
128- summary : "文档扭曲矫正工具,围绕轻量 ONNX 部署和实用效果持续迭代。" ,
129- href : "https://github.com/RapidAI/RapidUnWrap"
130114 }
131115] ;
0 commit comments