Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
karan316 committed May 7, 2023
1 parent 1b28551 commit 29ed73e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions scanner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"source": [
"import cv2\n",
"import numpy as np\n",
"import random as rng\n",
"from math import sqrt"
]
},
Expand Down Expand Up @@ -355,7 +354,16 @@
"cell_type": "code",
"execution_count": 43,
"metadata": {},
"outputs": [],
"outputs": [
{
"ename": "",
"evalue": "",
"output_type": "error",
"traceback": [
"\u001b[1;31mThe Kernel crashed while executing code in the the current cell or a previous cell. Please review the code in the cell(s) to identify a possible cause of the failure. Click <a href='https://aka.ms/vscodeJupyterKernelCrash'>here</a> for more info. View Jupyter <a href='command:jupyter.viewOutput'>log</a> for further details."
]
}
],
"source": [
"def scanDocument(src_img): \n",
"\n",
Expand Down

0 comments on commit 29ed73e

Please sign in to comment.