Victor Langemaire

Results 2 comments of Victor Langemaire

With help from @Skeeve's script and ChatGPT I created this bash script: ```bash #!/bin/bash SED_REPLACE_HYPHEN_WITH_WHITESPACE='s/-/ /g' SED_REMOVE_FILE_EXTENSION='s/\.[^.]*$//' SED_TRANSFORM_DEVOPS_MERMAID='s/:::/```/g' process_markdown() { local file="$1" # If there is no Parent then generate_parents....

Currently I can't import `from presidio_analyzer import RecognizerRegistryProvider, AnalyzerEngineProvider` in presidio-analyzer 2.2.354. Will this release also solve that problem?