Hello I am using tess4j for receipt recognition, and having some issues with recognising certain abbreviation on receipts. For instance, the word "JS" is output as "J8" every time I run the program. Therefore I tried adding a custom dictionary by following this: https://github.com/tesseract-ocr/tesseract/blob/master/doc/tesseract.1.asc#config-files-and-augmenting-with-user-data I have created the 3 files (eng.user-words, eng.user-patterns and bazaar) and put JS in the eng.user-words. I then called...