https://github.com/tesseract-ocr/tesseract/wiki/FAQ I am looking for explanation for these options ```js const tesseract = require("node-tesseract-ocr"); const config = { lang: "eng", oem: 1, // ? psm: 3, // ? }; ```