docs: explain custom analyzer Docker language config#2037
Open
ynachiket wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Docker-focused installation guidance for customizing Presidio Analyzer images to support additional NLP languages, addressing the linked request for clearer YAML and build instructions.
Changes:
- Documents analyzer Docker build arguments for analyzer, NLP, and recognizer registry configuration.
- Adds a minimal Spanish spaCy combined-configuration example and custom image build/run commands.
- Lists common pitfalls around language alignment, NLP recognizers, missing model downloads, and runtime validation endpoints.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change
Adds a focused installation docs section for customizing the analyzer Docker image when deploying additional NLP languages. The new section covers:
Fixes #1663.
Validation
ruby -ryaml ...parsed the new YAML snippet and checked the Spanish model and recognizer language listsrgcontent check for the new Docker language guidance, build arguments, Spanish model, and health/recognizer endpointsgit diff --checkI did not run the full MkDocs build because the docs dependency set is not installed in this local checkout; this is a single-page Markdown documentation update.