Giter Site home page Giter Site logo

skitsanos / extract-pdf-tables Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 18 KB

PDF Tables extraction with Java and Tabula

Java 100.00%
cli cli-app command-line command-line-tool java pdf pdf-extractor pdf-table pdf-table-extract pdf-table-extraction

extract-pdf-tables's Introduction

PDF Tables Extractor

Showcasing the use of tabula to extract tables from PDF documents

JSON=$(java -jar "target/extract-pdf-tables-1.0.2-jar-with-dependencies.jar" "{{.FILE}}" | jq '[.[] | select(length > 0)]')

# store JSON in extracts.json file
echo $JSON > out/extracts.json

# display the first table found
echo $JSON | jq '.[0]'

extract-pdf-tables's People

Contributors

renovate[bot] avatar skitsanos avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

extract-pdf-tables's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

maven
pom.xml
  • org.apache.maven.plugins:maven-assembly-plugin 3.7.1
  • technology.tabula:tabula 1.0.5
  • org.json:json 20240303
  • org.jetbrains:annotations 24.1.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.