marklogic-community / marklogic-spring-batch

Write batch processing applications in MarkLogic
Other
8 stars 26 forks source link

Create a ParseContentItemProcessor #279

Closed sastafford closed 6 years ago

sastafford commented 6 years ago

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