Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@
[submodule "mcp/che-pptx-mcp"]
path = mcp/che-pptx-mcp
url = git@github.com:PsychQuant/che-pptx-mcp.git
[submodule "cli/FastOCR"]
path = cli/FastOCR
url = https://github.com/PsychQuant/FastOCR.git
5 changes: 3 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ swift build

主 repo 以兩種方式追蹤外部 repo:

- **Submodule**(`.gitmodules`):`mcp/` 下三個 MCP server + `cli/FastOCR`。Clone 主 repo 時加 `--recurse-submodules` 會自動拉齊,或事後 `git submodule update --init --recursive`
- **Submodule**(`.gitmodules`):`mcp/` 下三個 MCP server。Clone 主 repo 時加 `--recurse-submodules` 會自動拉齊,或事後 `git submodule update --init --recursive`
- **Gitignore 忽略**(各自獨立管理):`packages/` 下的 Swift 套件、`reference/`。重建環境時在對應目錄 `git clone` 即可

| 目錄 | Git Remote | 說明 |
Expand All @@ -367,9 +367,10 @@ swift build
| `mcp/che-word-mcp` | https://github.com/PsychQuant/che-word-mcp.git | Word MCP(submodule) |
| `mcp/che-pdf-mcp` | https://github.com/PsychQuant/che-pdf-mcp.git | PDF MCP(submodule) |
| `mcp/che-pptx-mcp` | https://github.com/PsychQuant/che-pptx-mcp.git | PPTX MCP(submodule) |
| `cli/FastOCR` | https://github.com/PsychQuant/FastOCR.git | GLM-OCR PDF→Markdown CLI + 實驗 harness(submodule) |
| `reference/*` | 見 [`reference/README.md`](reference/README.md) | 外部參考 repo(docx-js、pandoc、mlx-swift-lm、swift-argument-parser)— clone-on-demand,只有 README 進版控 |

> **MeasureOCR 已遷出(2026-07-18)**:原 `cli/FastOCR`(後改名 MeasureOCR)是研究儀器而非文件工具,已遷至 `~/Developer/bestOCR/repos/measureOCR`(GitHub repo 同步改名 `PsychQuant/measureOCR`,舊 URL 自動轉址)。OCR **能力**不受影響——macdoc 的 PDF 工具照常透過 published package `packages/ocr-swift`(`PsychQuant/ocr-swift`)取用 OCR;搬走的只是 benchmark 儀器。遷移全紀錄見 bestOCR repo 的 `docs/migration-2026-07-18.md`。

## Key Files

### macdoc
Expand Down
1 change: 0 additions & 1 deletion cli/FastOCR
Submodule FastOCR deleted from aa99d1
Loading
Loading