Building with Rake

Capture Static Data as Code

workflow "default" do
  step "scan"
  step "ocr" do
    when_error "manual"
  end
  step "cleanup"
end

workflow "manual" do
  step "correction"
  step "distribute"
end