Browse Source

Revert "Ran linter"

This reverts commit 2e478bd8a5.
pull/634/head
Balearica 2 years ago
parent
commit
1136e0a941
  1. 1
      src/worker-script/utils/setImage.js

1
src/worker-script/utils/setImage.js

@ -17,6 +17,7 @@ module.exports = (TessModule, api, image) => { @@ -17,6 +17,7 @@ module.exports = (TessModule, api, image) => {
let w = 0;
let h = 0;
if (image instanceof ImageData) {
// The pixel format of ImageData is RGBA and technically
// Tesseract is expecting ABGR, but it does not seem to matter

Loading…
Cancel
Save