Copilot commented on code in PR #2862:
URL: https://github.com/apache/tika/pull/2862#discussion_r3351235600


##########
docs/modules/ROOT/pages/configuration/index.adoc:
##########
@@ -65,6 +65,30 @@ Per-section documentation:
   `plugin-roots` — see xref:pipes/configuration.adoc[Pipes Configuration]
   and xref:pipes/index.adoc[Tika Pipes].
 
+== The `parsers` list and `default-parser`
+
+A `parsers` list loads *only* the parsers it names — every other parser is 
dropped.
+To customize one parser while keeping all the others, add a `default-parser` 
entry:

Review Comment:
   The docs now include `//` comments in several "JSON" config examples (e.g., 
`pdf-parser-full.json`, `tesseract-full.json`). Because `//` and `/* */` 
comments are not valid JSON per spec, it would help to explicitly state here 
that Tika's config loader accepts JSON-with-comments, so users don't get 
confused when validating/copying these examples with strict JSON tooling.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to