OCR Scan Design (fast) fertig und funktioniert
This commit is contained in:
@ -4,9 +4,11 @@ function readURL(input) {
|
||||
|
||||
reader.onload = function (e) {
|
||||
$('#blah')
|
||||
.attr('src', e.target.result).attr('width', "650px")
|
||||
.attr('src', e.target.result).css('height', "80vmin")
|
||||
};
|
||||
|
||||
$(".btn-analyze").removeClass("disabled");
|
||||
|
||||
reader.readAsDataURL(input.files[0]);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user