zapolnoch / node-tesseract-ocr

A Node.js wrapper for the Tesseract OCR API
MIT License
304 stars 38 forks source link

crash when whitelisting some characters #27

Open beauxq opened 3 years ago

beauxq commented 3 years ago

This crashes the program:

options.tessedit_char_whitelist = "(";
tesseract.recognize(buffer, options);

also )