Skip to content

Unreal Engine 4 integraton of Apache Tika to detect and extract metadata and text from over a thousand different file types (such as PPT, XLS, and PDF).

Notifications You must be signed in to change notification settings

Deams51/TextExtractor-UE4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TextExtractor-UE4

============

Unreal Engine 4 integraton of Apache Tika™, a java based library to detect and extract metadata and text from over a thousand different file types (such as PPT, XLS, and PDF).

For more details on the formats supported: Supported Formats

Srategy

A first C++ wrapper is taking care of the creation of a Java Virtual Machine(JVM) as well as loading the Tika Java library via JNI.

It is then encapsulated in a DLL which is dynamically loaded by UE4 and called from a blueprint library.

Warning

Since the plugin is using a Java virtual machine, you will see memory exceptions if you are using Visual Studio. You can just skip them.

About

Unreal Engine 4 integraton of Apache Tika to detect and extract metadata and text from over a thousand different file types (such as PPT, XLS, and PDF).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published