Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviks/Taro.jl
Read and write Excel, Word and PDF documents in Julia
https://github.com/aviks/Taro.jl
Last synced: about 2 months ago
JSON representation
Read and write Excel, Word and PDF documents in Julia
- Host: GitHub
- URL: https://github.com/aviks/Taro.jl
- Owner: aviks
- License: other
- Created: 2013-12-27T17:01:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T09:21:34.000Z (over 1 year ago)
- Last Synced: 2024-10-13T23:29:51.037Z (2 months ago)
- Language: Julia
- Homepage:
- Size: 382 KB
- Stars: 123
- Watchers: 5
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-generative-ai-meets-julia-language - Taro.jl - Powerful parser for various types of documents (interop to Java). Very useful for building Retrieval-Augmented Generation (RAG) applications. (Noteworthy Mentions / Generative AI - Previous Generation)
README
# Taro
Taro is a utility belt of functions to work with document files in Julia. It uses [Apache Tika](http://tika.apache.org/), [Apache POI](http://poi.apache.org) and [Apache FOP](https://xmlgraphics.apache.org/fop/) (via [JavaCall](http://aviks.github.io/JavaCall.jl/)) to work with Word, Excel and PDF files.
Documentation is available at [http://aviks.github.io/Taro.jl/](http://aviks.github.io/Taro.jl/)
[![Build Status](https://travis-ci.org/aviks/Taro.jl.png)](https://travis-ci.org/aviks/Taro.jl) [![Build status](https://ci.appveyor.com/api/projects/status/fjxar3dun9pr3aay?svg=true)](https://ci.appveyor.com/project/aviks/taro-jl)