initial commit, linter come at me

This commit is contained in:
Nikolas
2024-09-23 14:59:05 -07:00
parent 1171cc5d49
commit 35a5d63034
18 changed files with 151 additions and 54 deletions

View File

@@ -172,8 +172,7 @@ parser.add_argument("--kerasHost", dest="keras_host",
parser.add_argument("--kerasPort", dest="keras_port",
help="Port for Keras OCR service", required=True)
args = parser.parse_args()
kerasService = KerasService(args.keras_host, args.keras_port, os.path.join(
LOG_DIRECTORY, "screenshot.jpg"))
kerasService = KerasService(args.keras_host, args.keras_port)
try:
start_time, endtime = run_benchmark()