marklogic-community / marklogic-spring-batch

Write batch processing applications in MarkLogic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a ParseContentItemProcessor

sastafford opened this issue · comments

As a user
I want to TITLE
So that I can extract out the content from a binary file (Office, image, etc) and produce a jdom.Document object.

Example: https://github.com/marklogic-community/marklogic-spring-batch/blob/1.2.0/samples/src/main/java/com/marklogic/spring/batch/samples/ImportDocumentsAndExtractTextJobConfig.java