Use Segmentation to Improve Text Recognition
Features under uneven illumination are typically not recognized correctly.
| In[1]:= | ![]() X |
TextRecognize fails in this case and returns only a single "k" letter.
| In[2]:= | X |
| Out[2]= |
Use locally adaptive segmentation to remove uneven illumination before text recognition.
| In[3]:= | X |
| Out[3]= | ![]() |
| In[4]:= | X |
| Out[4]= | ![]() |


