An open API service indexing awesome lists of open source software.

https://github.com/x4e/ocr

Optical Character Recognition with deeplearning4j
https://github.com/x4e/ocr

deeplearning4j kotlin ocr

Last synced: 10 months ago
JSON representation

Optical Character Recognition with deeplearning4j

Awesome Lists containing this project

README

          

# ocr

## Preprocessors

Initial:

![](https://i.imgur.com/1YVnh3D.png)

Binarization (https://github.com/x4e/ocr/blob/master/src/main/kotlin/cook/ocr/preprocessors/BWConversion.kt):

![](https://i.imgur.com/tdINsdK.png)

Noise Reduction (https://github.com/x4e/ocr/blob/master/src/main/kotlin/cook/ocr/preprocessors/NoiseReduction.kt):

![](https://i.imgur.com/OBO0VW3.png)

## Training:

![](https://i.imgur.com/q4jVGgG.png)

## Recognition:

Output:

![](https://i.imgur.com/S6L7xtd.png)