Harald Scheidl

Results 7 repositories owned by Harald Scheidl

DeslantImg

143
Stars
39
Forks
Watchers

The deslanting algorithm sets text upright in images. Python, C++ and OpenCL implementations provided.

CTCWordBeamSearch

544
Stars
161
Forks
Watchers

Connectionist Temporal Classification (CTC) decoder with dictionary and language model.

SimpleHTR

1.9k
Stars
877
Forks
Watchers

Handwritten Text Recognition (HTR) system implemented with TensorFlow.

CTCDecoder

804
Stars
179
Forks
Watchers

Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.

WordDetector

257
Stars
86
Forks
Watchers

Detect handwritten words (classic image processing based method).

WordDetectorNN

65
Stars
20
Forks
Watchers

Detect handwritten words (neural network based).

HTRPipeline

81
Stars
32
Forks
Watchers

Detect and read handwritten words on scanned pages.