| Building with Rake |
|
workflow "default" do
step "scan"
step "ocr" do
when_error "manual"
end
step "cleanup"
end
workflow "manual" do
step "correction"
step "distribute"
end
| Copyright 2003 by Jim Weirich (Some Rights Reserved) |