[ 
https://issues.apache.org/jira/browse/TIKA-4722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18077674#comment-18077674
 ] 

Hudson commented on TIKA-4722:
------------------------------

SUCCESS: Integrated in Jenkins build Tika ยป tika-main-jdk17 #1346 (See 
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk17/1346/])
TIKA-4722: Add parse_context_json field to FetchAndParseRequest for per-request 
ParseContext configuration (#2797) (github: 
[https://github.com/apache/tika/commit/e8c36c9e29bd75642cdc37f5094474193256a095])
* (edit) tika-grpc/src/main/proto/tika.proto
* (edit) 
tika-grpc/src/main/java/org/apache/tika/pipes/grpc/TikaGrpcServerImpl.java
* (add) 
tika-e2e-tests/tika-grpc/src/test/java/org/apache/tika/pipes/filesystem/HandlerTypeTest.java
* (add) 
tika-e2e-tests/tika-grpc/src/test/resources/tika-config-ignite-handlertype.json


> Add parse_context_json to FetchAndParseRequest for per-request ParseContext 
> configuration
> -----------------------------------------------------------------------------------------
>
>                 Key: TIKA-4722
>                 URL: https://issues.apache.org/jira/browse/TIKA-4722
>             Project: Tika
>          Issue Type: New Feature
>            Reporter: Nicholas DiPiazza
>            Assignee: Nicholas DiPiazza
>            Priority: Major
>
> h2. Summary
> Add a {{parse_context_json}} field to the gRPC {{FetchAndParseRequest}} 
> message that lets callers configure any registered ParseContext component on 
> a per-request basis.
> h2. Motivation
> Downstream users of tika-grpc need to control the content output format 
> (e.g., HTML output for further processing into Markdown) on individual 
> requests, not just globally. The generic {{parse_context_json}} field enables 
> this and also exposes other ParseContext components such as timeout limits, 
> embedded document limits, and output limits.
> h2. Changes
> * *{{tika.proto}}*: add {{string parse_context_json = 5;}} to 
> {{FetchAndParseRequest}}
> * *{{TikaGrpcServerImpl.java}}*: iterate the JSON fields and call 
> {{parseContext.setJsonConfig(componentName, valueJson)}} for each entry when 
> the field is non-empty
> * *{{HandlerTypeTest.java}}* (e2e): new test verifying HTML vs TEXT output 
> via {{parse_context_json}}
> h2. Usage Example
> {code:language=json}
> {
>   "fetch_key": "my-doc.pdf",
>   "fetcher_id": "myFetcher",
>   "parse_context_json": "{\"basic-content-handler-factory\": {\"type\": 
> \"HTML\"}}"
> }
> {code}
> Available {{basic-content-handler-factory}} types: TEXT, HTML, XML, BODY, 
> IGNORE, MARKDOWN
> h2. PR
> https://github.com/apache/tika/pull/2797



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to