Parallelizing/MultiProcessing Vision API

First of all this vision api is amazing. the OCR is very accurate.

I've been looking to multiprocess using the vision API. I have about 2 million PDFs I want to OCR, and I want to run multiple threads/run parallel processing to OCR each.

I tried pyobjc but it does not work so well. Any suggestions on tackling this problem?

Parallelizing/MultiProcessing Vision API
 
 
Q