Hi @CoreyK-2554
Thank you for the question.
Please refer this doc for several traditional/advanced methods or approaches for parallelism discussed.
As per the official documentation, it is feasible to parallelize processing of multiple documents/pages in Computer Vision 3.2 Read container. Deploy multiple v3 containers behind a load balancer and let the containers share a universal storage and queue to achieve page level parallelism.
Currently only Azure Storage and Azure Queue are supported.
The throughput can be improved, depending on the number of containers that are deployed.
Refer to the documentation for more information.
Hope the above approaches and provided information helps.
Thank you.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.