I am using presidio framework for PII detection along with bert PII models. I tried with ray but, I am not able to achieve parallel processing. Does presidio is compatible for Parallel processing
I tried Ray. When I give multiple sentences for prediction, I am expecting that the prediction process has to be done in parallel and it has to take less time.
If used a a python package, you can utilize the 'BatchAnalyzerEngine', see a sample from the official docs: https://microsoft.github.io/presidio/samples/python/batch_processing/