Right now I'm running an entire batch of OCR and then an entire batch of parsing, etc.
This is wasteful on thruput. I need to get a small batch of OCR done and feed that into the parser while the rest of the OCR is continuing. It's a story older than computing.
Right now I'm running an entire batch of OCR and then an entire batch of parsing, etc.
This is wasteful on thruput. I need to get a small batch of OCR done and feed that into the parser while the rest of the OCR is continuing. It's a story older than computing.