mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-08-01 20:35:04 +00:00
23 lines
529 B
YAML
23 lines
529 B
YAML
name: Xberg
|
|
repo: https://github.com/xberg-io/plugins
|
|
tagline: Local document extraction for 97+ formats
|
|
description: OpenCode plugin exposing xberg CLI tools for document extraction, MIME detection, and supported-format discovery.
|
|
scope:
|
|
- global
|
|
- project
|
|
tags:
|
|
- documents
|
|
- extraction
|
|
- ocr
|
|
- cli
|
|
homepage: https://www.npmjs.com/package/@xberg-io/opencode-xberg
|
|
installation: |
|
|
Add the package to `opencode.json`:
|
|
|
|
```json
|
|
{
|
|
"plugin": ["@xberg-io/opencode-xberg"]
|
|
}
|
|
```
|
|
|
|
Requires the `xberg` CLI.
|