Skip to content

A small lightweight Java client library for the open-ocr project.

Notifications You must be signed in to change notification settings

faLekGG/JavaOpenOCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaOpenOCR

A small lightweight Java client library for the open-ocr project.

Prerequisites

You need is a running instance of open-ocr. Also to run an application you need Tomcat Server and War archive of the application

Usage

Firstly you need to configure the host url for remote and local image processing accordingly. Beside that, for uploading images from local machine you must set directory where you are going to save them.

Required

public static final String URI_JSON = "YOUR_URL_FOR_REMOTE_UPLOAD";
public static final String URI_FILE = "YOUR_URL_FOR_FILE_UPLOAD";
public static final String PATH_TO_FILE = "YOUR_PATH_TO_FILE"

Analyze image from Url

remoteupload

Analyze image from PC

localupload

Eventually we'll get appropriate result

result

About

A small lightweight Java client library for the open-ocr project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages