node-tesseract
node-tesseract copied to clipboard
Remove Warning about Deprecated calling function
[DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
s.unlinkSync
should call with a callback. I add an empty callback function to avoid the warning.