UNPKG
wdio-ocr-service
Version:
latest (1.1.3)
next (0.0.1-1)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.1.0
0.0.1-1
0.0.1-0
A WebdriverIO service that is using Tesseract OCR for Appium Native App tests.
wdio-ocr-service
/
build
/
index.js
8 lines
(7 loc)
•
308 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
var
__importDefault = (
this
&&
this
.
__importDefault
) ||
function
(
mod
) {
return
(mod && mod.
__esModule
) ? mod : {
"default"
: mod }; };
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
service_1 =
__importDefault
(
require
(
"./service"
));
exports
.
default
= service_1.
default
;