Merge pull request #390 from JerronAB/main

Removed numpy library from detect-blank-pages.py
This commit is contained in:
Anthony Stirling 2023-09-29 21:24:29 +01:00 committed by GitHub
commit 09db6618d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
import cv2
import numpy as np
import sys
import argparse