A collection of useful PowerShell scripts and functions by Benjamin Rauser.
| Tool | Description |
|---|---|
| DocPipeline | Document processing pipeline: Scan β Copy β Convert (Docling) β Upload (AnythingLLM) with interactive HTML dashboard |
Each tool lives in its own subfolder with a dedicated README.md. Click the links above for detailed documentation.
# Load and run the folder scanner
. .\DocPipeline\Invoke-FolderScan.ps1
Invoke-FolderScan -Path "C:\MyData" -Recurse
# Open the AnythingLLM upload GUI
. .\DocPipeline\Invoke-AnythingLLMUpload.ps1
Invoke-AnythingLLMUpload -Gui