OCR-D / zenhub

Repo for developing zenhub integration
Apache License 2.0
0 stars 0 forks source link

Submitting jobs from a Processing Broker #141

Open tdoan2010 opened 1 year ago

tdoan2010 commented 1 year ago

After getting requests via REST API, Processing Broker submits jobs to the message queue. Depending on which processor is called, the job is sent to the appropriate queue.

Note that the queue name is the processor name. For example, queue ocrd-dummy is for ocrd-dummy processor.