I compiled Tesseract ocr and am running x64 release 451.
I get the output of the file,
mm H“ H” u
“ luj’!‘
moo 24673w TVPE ciéfi SOTA xoxn {/
AZUSA LIGHT E WATER CA a 5 [f/
\MEII\||HII}[12‘1lefly}!QUHIIIIHJEIHIIHISl[ 29713 n
_ 25223 '
‘\ 48 337 914
\ lira,"
\ wumwwnsl’zn
\ ,USA ,3
I'm trying to extract only these characters 48 337 914 but it keeps coming back saying its not found, i also just tried U\nA and the same problem occurs. I've tried this both on my work pc and home pc and the same problem exists
the command im running is
tesseract test.jpg filename -l eng --userpatterns C:\Users\kyles_000\Desktop\Release451\x64\tessdata\eng.user-patterns -psm 1 txt
I could really use some help figuring this out.