We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44b3dc commit 66c546bCopy full SHA for 66c546b
node-zerox/src/index.ts
@@ -65,7 +65,6 @@ export const zerox = async ({
65
}
66
let scheduler: Tesseract.Scheduler | null = null;
67
68
- const orientationStartTime = Date.now();
69
// Add initial tesseract workers if we need to correct orientation
70
if (correctOrientation) {
71
scheduler = await getTesseractScheduler();
0 commit comments