Skip to content

Commit

Permalink
ocr-server: remove unused import (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
wydengyre authored May 13, 2024
1 parent 25494aa commit d822ab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/node-server/ocr-server.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { readFile, writeFile } from "node:fs/promises";
import { existsSync } from "node:fs";
import { createServer } from "node:http";
import { fileURLToPath } from "node:url";

import fetch from "node-fetch";
import { createOCRClient } from "tesseract-wasm/node";
Expand Down

0 comments on commit d822ab7

Please sign in to comment.