Skip to content

Commit

Permalink
Merge pull request #156 from MrDrProfK/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
NMAC427 committed Feb 6, 2019
2 parents 3adaac3 + daefea9 commit 0ef2a96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ I did some testing on over 50 difficult images containing alphanumeric codes. Th

## How does it work?

First, SwiftOCR binarizes the input image. Afterwards it extracts the characters of the image using a technique called [Connected-component labeling](https://en.wikipedia.org/wiki/Connected-component_labeling). Finally the seperated characters get converted into numbers which then get feed into the neural network.
1) Input image is thresholded (binarized).
2) Characters are extracted from the image, using a technique called [Connected-component labeling](https://en.wikipedia.org/wiki/Connected-component_labeling).
3) Separated characters are converted into numbers, which are then fed into the neural network.

## How to use it?

Expand Down

0 comments on commit 0ef2a96

Please sign in to comment.