Added logic in ocr for capture
This commit is contained in:
@@ -60,6 +60,7 @@ function cameraCapture() {
|
|||||||
stream: null,
|
stream: null,
|
||||||
currentFacingMode: 'user', // 'user' = front, 'environment' = back
|
currentFacingMode: 'user', // 'user' = front, 'environment' = back
|
||||||
photoTaken: false,
|
photoTaken: false,
|
||||||
|
photo1: '',
|
||||||
|
|
||||||
async initCamera() {
|
async initCamera() {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user