Skip to content

Experimental Java program for locating, grading, and classifying AlphaNumeric characters in JPG or PNG images as efficiently as possible.

Notifications You must be signed in to change notification settings

VKkaps/ImgProcess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImgProcess

Experimental Java program for locating, grading, and classifying AlphaNumeric characters in JPG or PNG images as fast as possible. I am using a WebPage as a UI and a Servlet running on a Tomcatv9.0 server to handle requests.

Example:

Example ImgProc pic

To run with Docker:

docker run --rm -e CATALINA_OPTS="-Xms2048m" -it -p 8080:8080 vkapustin/img-proc:3.2.2

Chrome webpage: http://localhost:8080/ImgProcess/

Current timing results:

Timing pic

About

Experimental Java program for locating, grading, and classifying AlphaNumeric characters in JPG or PNG images as efficiently as possible.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages