https://github.com/343max/paperless-ai-helper
https://github.com/343max/paperless-ai-helper
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/343max/paperless-ai-helper
- Owner: 343max
- Created: 2024-02-22T17:19:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T17:37:24.000Z (about 2 years ago)
- Last Synced: 2025-03-30T01:46:32.765Z (12 months ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# paperless-ai-helper
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/main.ts
```
This project was created using `bun init` in bun v1.0.27. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
```sh
#!/usr/bin/env bash
curl -X "POST http://ai-helper:8080/process/${DOCUMENT_ID}"
```