Add complete scanner-workflow project with auto-scan functionality
This commit is contained in:
14
scanner/scanner-workflow/config.yml
Normal file
14
scanner/scanner-workflow/config.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Brother Scanner Configuration
|
||||
|
||||
# Directory where scanned PDFs will be saved
|
||||
scan_dir: "scans"
|
||||
|
||||
# Brother scanner command (adjust based on your scanner model)
|
||||
# For Brother DS-640, you might use: brscan-skey -s
|
||||
brother_cmd: "brscan-skey -s"
|
||||
|
||||
# LLM API configuration (OpenAI-compatible)
|
||||
# For OpenAI: https://api.openai.com/v1/chat/completions
|
||||
# For Ollama: http://localhost:11434/v1/chat/completions
|
||||
api_url: "http://localhost:11434/v1/chat/completions"
|
||||
model: "llama3"
|
||||
Reference in New Issue
Block a user