function agregar_tesseract_js() {
wp_enqueue_script(‘tesseract-js’, ‘https://cdnjs.cloudflare.com/ajax/libs/tesseract.js/4.0.2/tesseract.min.js’, array(), null, true);
}
add_action(‘wp_enqueue_scripts’, ‘agregar_tesseract_js’);
function ocr_form_shortcode() {
ob_start();
?>