All Projects → tesseract4java → Tesseract4java

tesseract4java / Tesseract4java

Licence: gpl-3.0
Java GUI and Tools for Tesseract OCR

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Tesseract4java

Image text reader
The module extracts text from image using the tesseract-OCR engine. Generally, text present in the images are blur or are of uneven sizes. The image is pre-processed for better comprehension by OCR. This module first makes bounding box for text in images and then normalizes it to 300 dpi, suitable for OCR engine to read.
Stars: ✭ 97 (-54.67%)
Mutual labels:  ocr, tesseract-ocr
Aadhaar Card Ocr
Extract text information from Aadhaar Card using tesseract-ocr 😎
Stars: ✭ 112 (-47.66%)
Mutual labels:  ocr, tesseract-ocr
Scala Swing
Scala wrappers for Java's Swing API for desktop GUIs
Stars: ✭ 105 (-50.93%)
Mutual labels:  gui, swing
Ultimatemrz Sdk
Machine-readable zone/travel document (MRZ / MRTD) detector and recognizer using deep learning
Stars: ✭ 66 (-69.16%)
Mutual labels:  ocr, tesseract-ocr
Awesome Swing
A list of frameworks, libraries and software for the Java Swing GUI toolkit.
Stars: ✭ 154 (-28.04%)
Mutual labels:  gui, swing
Swingtutorials
Tutorials for Java's Swing UI toolkit explaining how to use particular components
Stars: ✭ 67 (-68.69%)
Mutual labels:  gui, swing
Tesseract
This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns. Compatibility with Tesseract 3 is enabled by using the Legacy OCR Engine mode (--oem 0). It also needs traineddata files which support the legacy engine, for example those from the tessdata repository.
Stars: ✭ 43,199 (+20086.45%)
Mutual labels:  ocr, tesseract-ocr
Compose Jb
Jetpack Compose for Desktop and Web, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
Stars: ✭ 7,562 (+3433.64%)
Mutual labels:  gui, swing
Tesseract4android
Fork of tess-two rewritten from scratch to support latest version of Tesseract OCR.
Stars: ✭ 148 (-30.84%)
Mutual labels:  ocr, tesseract-ocr
Mootool
A handy tool set for developers. 开发者常备小工具
Stars: ✭ 141 (-34.11%)
Mutual labels:  gui, swing
Blackout
NaNoGenMo 2016 entry #2
Stars: ✭ 36 (-83.18%)
Mutual labels:  ocr, tesseract-ocr
Tesseract
Bindings to Tesseract OCR engine for R
Stars: ✭ 192 (-10.28%)
Mutual labels:  ocr, tesseract-ocr
Pyocr
A Python wrapper for Tesseract and Cuneiform -- Moved to Gnome's Gitlab
Stars: ✭ 932 (+335.51%)
Mutual labels:  ocr, tesseract-ocr
Textshot
Python tool for grabbing text via screenshot
Stars: ✭ 1,163 (+443.46%)
Mutual labels:  ocr, tesseract-ocr
Gimagereader
A Gtk/Qt front-end to tesseract-ocr.
Stars: ✭ 786 (+267.29%)
Mutual labels:  ocr, tesseract-ocr
Gosseract
Go package for OCR (Optical Character Recognition), by using Tesseract C++ library
Stars: ✭ 1,622 (+657.94%)
Mutual labels:  ocr, tesseract-ocr
Ccextractor
CCExtractor - Official version maintained by the core team
Stars: ✭ 356 (+66.36%)
Mutual labels:  ocr, tesseract-ocr
React Native Tesseract Ocr
Tesseract OCR wrapper for React Native
Stars: ✭ 384 (+79.44%)
Mutual labels:  ocr, tesseract-ocr
Tesseract Ocr for windows
Visual Studio Projects for Tessearct and dependencies
Stars: ✭ 122 (-42.99%)
Mutual labels:  ocr, tesseract-ocr
Text Detection
Text detection with mainly MSER and SWT
Stars: ✭ 167 (-21.96%)
Mutual labels:  ocr, tesseract-ocr

tesseract4java: Tesseract GUI

A graphical user interface for the Tesseract OCR engine. The program has been introduced in the Master’s thesis “Analyses and Heuristics for the Improvement of Optical Character Recognition Results for Fraktur Texts” by Paul Vorbach (German).

Donate with PayPal

Download

Binary distributions and release notes are available in the releases section.

Screenshots

Preprocessing

Preprocessing view

Box Editor

Box editor for training

Glyph Overview

Glyph overview for easier detection of errors

Comparison View

Comparison view to compare the original document with the perceived result

Transcription View

Evaluation view with a transcription field

ocrevalUAtion

ocrevalUAtion

Batch Export

Batch export functionality to handle large projects

Building and running the software

This software is written in Java and can be built using Apache Maven. In order to build the software you have to follow these steps:

  1. git clone https://github.com/tesseract4java/tesseract4java.git
  2. cd tesseract4java
  3. git submodule init
  4. git submodule update
  5. mvn clean package -Pstandalone. This will include the Tesseract binaries for your platform. You can manually define the platform by providing the option -Djavacpp.platform=[PLATFORM] (available platforms are windows-x86_64, windows-x86, linux-x86_64, linux-x86, and macosx-x86_64).

After you've run through all steps, the directory "gui/target" will contain the file "tesseract4java-[VERSION]-[PLATFORM].jar", which you can run by double-clicking or executing java -jar tesseract4java-[VERSION]-[PLATFORM].jar.

Credits

License

GPLv3

tesseract4java - a graphical user interface for the Tesseract OCR engine
Copyright (C) 2014-2019 Paul Vorbach

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].