-
Hi,
example of Python code from documentation doesn't work:
https://github.com/microsoft/presidio/blob/master/docs/deploy.md
```
from analyzer import AnalyzerEngine
engine = AnalyzerEngine()
…
gknor updated
4 years ago
-
It would be nice if the protobuf files were in a separate directory from the application files. This requires a few tweaks to the current code base, but is not very difficult to do. The general step…
-
Is it possible to ask for a kind of quick start documentation to help the use of presidio from a User perspective?
What I mean is that I cannot find any API specification as well as an example on ho…
-
**Describe the bug**
from
https://github.com/Microsoft/presidio/blob/master/docs/tutorial_service.md
Sample 4: Custom anonymization
*** Currently the result return is
{
"field": {
"…
-
When running the build file on an Oracle Linux VM the last 4 docker run commands fail to run as the set variables DOCKER_REGISTRY and PRESIDIO_LABEL are not found. Subsequently, entering the docker ru…
-
Da_chi_offerta: SOS Villaggi dei Bambini Italia
Descrizione: "Milano, 9 aprile 2020 - L'emergenza Coronavirus si è abbattuta come\
\ un fulmine a ciel sereno sui circa 500 bambini e ragazzi ospi…
-
I just upgraded to Genie 20.8 and am noticing the debugger is crashing almost always when trying to view a Device object. Seems to possibly be a max-recursion issue in the Device object. I am not sure…
-
Hi,
This is a question. As per installation instructions it can be installed with either docker or with helm (reddis etc).
Can't we simply install presido on windows or unix box like pip or gi…
ghost updated
4 years ago
-
Run presidio under persistent load for a long time.
notice memory in analyser increases over time, eventually the pod will restart.
ruled out recognizers, context and other factors by marking out…
-
When calling the engine analyze API like
```
response = engine.analyze(correlation_id=0,
text=text_to_analyze,
lan…