Git Product home page Git Product logo

ocr-plugin's Introduction

OCR-Plugin

This project provides a plugin interface to Apache PDFBox. Through this PDFBox can gain access to third party OCR libraries like Tesseract to get OCR services.

ocr-plugin's People

Contributors

dimuthuupe avatar jahewson avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ocr-plugin's Issues

Travis CI

I guess we should get a travis build of this repo?

Need to build a JAR file

OCR-Plugin needs to build a JAR file for use with PDFBox. You'll need to load resources from the JAR instead of the disk, e.g. the following won't work:

Properties config = new Properties();
InputStream input = new FileInputStream("src/main/resources/ocr_config.properties");
config.load(input);

Maybe used a system property instead which defaults to "org.apache.pdfbox.ocr.TesseractOCRConnector", as the .properties file won't be easy to edit once it is bundled into a jar - it's not really any different from using a hard-coded constant string.

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.