forked from tianzhengs/Beijing_Daxuexi_Simple
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# Created by STZ at 11/12/2022 | ||
print('ASDFLKJH') | ||
try: | ||
from Crypto.Cipher import PKCS1_v1_5 as Cipher_pksc1_v1_5 | ||
from Crypto.PublicKey import RSA | ||
from PIL import Image | ||
import requests | ||
from ddddocr import DdddOcr | ||
import onnxruntime | ||
import numpy as np | ||
print('SHOULDBEFINE') | ||
except: | ||
print('FAILIMPORT') | ||
exit() |