Skip to content

Commit

Permalink
removed subscription keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedubb committed Aug 19, 2019
1 parent eeb5acd commit 41a2c02
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 344 deletions.
19 changes: 15 additions & 4 deletions .ipynb_checkpoints/HandOCR-checkpoint.ipynb

Large diffs are not rendered by default.

167 changes: 0 additions & 167 deletions .ipynb_checkpoints/soniaocr-checkpoint.ipynb

This file was deleted.

4 changes: 2 additions & 2 deletions HandOCR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"from io import BytesIO\n",
"\n",
"# Replace <Subscription Key> with your valid subscription key.\n",
"subscription_key = \"2558f198d2384bd0800ea00bd5d26dc6\"\n",
"subscription_key = '<Subscription Key>'\n",
"assert subscription_key\n"
]
},
Expand Down Expand Up @@ -176,7 +176,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.0"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions InstallPackages.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python (azure_automl)",
"language": "python",
"name": "python3"
"name": "azure_automl"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -51,7 +51,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.0"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion PDF Convert.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.0"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down
167 changes: 0 additions & 167 deletions soniaocr.ipynb

This file was deleted.

0 comments on commit 41a2c02

Please sign in to comment.