Code Monkey home page Code Monkey logo

lapdftextproject's Introduction

lapdftextProject

High-level build project for all LAPDF-Text submodules.

Note - we have currently deprecated the development of the LA-PDFText rule web application that is not tied to the digital library. This means that we will no longer be developing the lapdftextServer web application separately of the sciKnowMine system. Interested developers and users are referred to the sciKnowMineProject for more information.

To run this project, you should be able to compile this system directly from the download. This project is now only concerned with the lapdftext library, which is the base level library containing all functionality for directly interacting with PDF files through the use of the JPedal GPL open source library (Beta level of development).

To run the LA-PDFText library from source:

   git clone https://github.com/BMKEG/lapdftextProject
   git submodule update --init --recursive
   mvn -DskipTests clean package 
   cd lapdftext
   mvn assembly:assembly

You may then run commands directly using java directly, based on instructions below:

Usage of the tool as a software application is currently based on a set of command-line functions. We recommend that you follow the instructions generated from the command itself since that is likely to be more reliable than statically-authored documentation pages. Details are likely to change as we add more features.

For example, to see what the command line arguments are for the BlockStatistics command enter:

   java -classpath target/lapdftext-1.7.4-SNAPSHOT-jar-with-dependencies.jar edu.isi.bmkeg.lapdf.bin.BlockStatistics 

Generates the following usage output:

   usage: <input-dir-or-file> [<output-dir>]

   <input-dir-or-file> - the full path to the PDF file or directory to be extracted 
   <output-dir> (optional or '-') - the full path to the output directory 

   Running this command on a PDF file or directory will generate 
   statistics about each chunk in each pdf document .

See our online technical documentation at http://bmkeg.github.io/lapdftext for full technical instructions.

lapdftextproject's People

Contributors

gullyapcburns avatar

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.