Adds pyproject.toml, environment.yml, Dockerfile, docker/web (Vue+nginx), compose.yml, compose.override.yml.example, manage.sh, .env.example, .gitignore, and config stubs for the pagepiper self-hosted PDF library tool. Port 8521. No secrets committed.
19 lines
342 B
YAML
19 lines
342 B
YAML
name: pagepiper
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python=3.11
|
|
- pip
|
|
- pip:
|
|
- fastapi>=0.110
|
|
- uvicorn[standard]>=0.29
|
|
- rank-bm25>=0.2
|
|
- PyYAML>=6.0
|
|
- httpx>=0.27
|
|
- pdfplumber>=0.11
|
|
- pytesseract>=0.3
|
|
- Pillow>=10.0
|
|
- sqlite-vec>=0.1
|
|
- pytest>=8.0
|
|
- pytest-asyncio>=0.23
|