Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #39290
| Newsgroups | comp.lang.java.programmer |
|---|---|
| Date | 2020-02-12 08:38 -0800 |
| Message-ID | <5c823915-a4fb-49c5-a24f-bb2e741f69eb@googlegroups.com> (permalink) |
| Subject | Optical Character Recogontion Algorithm question |
| From | chad altenburg <cdalten@gmail.com> |
I have a camera that can read in text from an image like 12:05 PM And based on this image, it will convert it to the corresponding text so that the computer can further processes this time. The problem is that the "0" has a line through it. As a result, sometimes the algorithm will interpret the "0" with a line though it as either an "8" or an "e". Should I handle this as special cases in the OCR processing system itself or should I attempt to maybe try to further train the images at the Machine Learning code level?
Back to comp.lang.java.programmer | Previous | Next — Next in thread | Find similar | Unroll thread
Optical Character Recogontion Algorithm question chad altenburg <cdalten@gmail.com> - 2020-02-12 08:38 -0800
Optical Character Recogontion Algorithm question chad altenburg <cdalten@gmail.com> - 2020-02-12 13:23 -0800
Re: Optical Character Recogontion Algorithm question Bheesham Persaud <me@bheesham.com> - 2020-02-14 02:58 -0500
Re: Optical Character Recogontion Algorithm question chad altenburg <cdalten@gmail.com> - 2020-02-14 05:54 -0800
csiph-web