nddipiazza commented on code in PR #2797:
URL: https://github.com/apache/tika/pull/2797#discussion_r3173179813
##########
tika-grpc/src/main/proto/tika.proto:
##########
@@ -100,6 +100,10 @@ message FetchAndParseRequest {
string additional_fetch_config_json = 3;
// The ID of the emitter to use (optional). If not provided, no emitter will
be used.
string emitter_id = 4;
+ // The content handler type to use for this request, overriding the server
default.
+ // Valid values: "text" (default), "html", "xml", "body", "ignore",
"markdown".
+ // Use "html" to get structured HTML output instead of plain text.
+ string handler_type = 5;
Review Comment:
@tballison I think you had intended this to be set via a parse_context_json
right? I couldn't figure out how to do it. what do you think?
--
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]