{"id":9550,"date":"2024-09-16T01:28:33","date_gmt":"2024-09-16T06:28:33","guid":{"rendered":"https:\/\/www.coginov.com\/qorecapture\/"},"modified":"2025-02-27T15:10:03","modified_gmt":"2025-02-27T20:10:03","slug":"qorecapture","status":"publish","type":"page","link":"https:\/\/www.coginov.com\/en\/qorecapture\/","title":{"rendered":"QoreCapture"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"9550\" class=\"elementor elementor-9550 elementor-9476\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d22359b elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"d22359b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-9400f08\" data-id=\"9400f08\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5bf9636 elementor-widget elementor-widget-shortcode\" data-id=\"5bf9636\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <style>\n        .calculator {\n            --primary: #4545F5;\n        }\n        .calculator svg {\n            height: 18px;\n            width: 18px;\n            transform: translateY(5px);\n            margin-right: 6px;\n        }\n        .calculator .form {\n            border: 1px solid #dee0ed;\n            border-radius: 6px;\n            position: relative;\n            box-shadow: 1px 2px #dee0ed;\n            padding-top: 20px;\n        }\n        .calculator .form::before {\n            \/* Uncomment and adjust if needed\n            background: linear-gradient(90deg, #2e3985, #161b40);\n            border-top-left-radius: 10px;\n            border-top-right-radius: 10px;\n            content: \"\";\n            height: 6px;\n            left: 0;\n            position: absolute;\n            top: 0;\n            width: 100%; \n            *\/\n        }\n        .calculator .hidden {\n            display: none;\n        }\n        .calculator .flex {\n            display: flex;\n        }\n        .calculator .grid {\n            display: grid;\n        }\n        .calculator .my-container {\n            margin-left: auto;\n            margin-right: auto;\n            max-width: 1080px;\n        }\n        .calculator .border-top-5px {\n            border-top: 5px solid var(--primary);\n        }\n        .calculator .px-2 {\n            padding-left: 2rem;\n            padding-right: 2rem;\n        }\n        .calculator .px-1 {\n            padding-left: 1rem;\n            padding-right: 1rem;\n        }\n        .calculator .py-2 {\n            padding-top: 2rem;\n            padding-bottom: 2rem;\n        }\n        .calculator .py-1 {\n            padding-top: 1rem;\n            padding-bottom: 1rem;\n        }\n        @media (min-width: 600px) {\n            .calculator .grid-cols-2 {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        .calculator .justify-between {\n            justify-content: space-between;\n        }\n        .calculator label {\n            display: block;\n        }\n        .calculator .inputs {\n            gap: 2rem;\n            padding: 22px;\n            padding-bottom: 40px;\n        }\n        .calculator .inputs > div {\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n        }\n        .calculator .inputs label {\n            color: #555b7d;\n            display: inline-block;\n            font: 600 14px \/ 144% Inter, Arial, Helvetica, sans-serif;\n            margin-bottom: 16px;\n        }\n        .calculator .inputs input {\n            border: 1px solid rgba(29, 36, 82, .25);\n            border-radius: 4px;\n            color: #1d2452;\n            font: 600 18px \/ 144% Inter, Arial, Helvetica, sans-serif;\n            padding: 16px;\n            transition: .3s;\n            width: 100%;\n        }\n        .calculator .inputs input:hover {\n            border: 1px solid #555b7d;\n        }\n        .calculator .infos-actions {\n            padding: 32px;\n            align-items: center;\n            background-color: rgba(29, 36, 82, .05);\n            flex-wrap: wrap;\n            row-gap: 2rem;\n            justify-content: center;\n        }\n        @media (min-width: 992px) {\n            .calculator .infos-actions {\n                justify-content: space-between;\n            }\n        }\n        .calculator .infos-actions .infos {\n            color: #555b7d;\n            font: 500 18px \/ 144% Inter, Arial, Helvetica, sans-serif;\n            width: 100%;\n            text-align: center;\n        }\n        @media (min-width: 992px) {\n            .calculator .infos-actions .infos {\n                width: fit-content;\n                text-align: left;\n            }\n        }\n        .calculator .infos-actions .infos .amount span {\n            border: 0;\n            font: inherit;\n            font: 800 32px \/ 144% Inter, Arial, Helvetica, sans-serif;\n            color: var(--primary);\n            margin: 0;\n            padding: 0;\n        }\n        .calculator .infos-actions .actions {\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n            text-align: center;\n            justify-content: center;\n        }\n        @media (min-width: 600px) {\n            .calculator .infos-actions .actions {\n                flex-wrap: wrap;\n                flex-direction: row;\n            }\n        }\n        .calculator .infos-actions .actions button {\n            background: transparent;\n            border: 1.5px solid #cdd1e3;\n            border-radius: 20px;\n            color: #1d2452;\n            font: 600 16px \/ 24px Inter, Arial, Helvetica, sans-serif;\n            padding: 8px 20px;\n            position: relative;\n            transition: .3s;\n            cursor: pointer;\n        }\n        .calculator .infos-actions .actions button:hover {\n            background-color: #fff;\n            color: var(--primary);\n            border-color: var(--primary);\n        }\n        .calculator .infos-actions .actions a {\n            background-color: var(--primary);\n            border-radius: 20px;\n            color: #fff;\n            font: 600 16px \/ 24px Inter, Arial, Helvetica, sans-serif;\n            display: inline-block;\n            font-size: 1rem;\n            font-weight: 700;\n            line-height: 1.5rem;\n            padding: .5rem 1.25rem;\n            text-decoration: none;\n            transition: .3s;\n            border: 1.5px solid var(--primary);\n        }\n        .calculator .infos-actions .actions a:hover {\n            background-color: #fff;\n            color: var(--primary);\n        }\n        .calculator dialog.calculator_modal {\n            \/* Uncomment and adjust if needed\n            position: fixed;\n            height: 100dvh;\n            width: 100dvw;\n            top: 0;\n            left: 0;\n            display: flex;\n            flex-direction: column;\n            justify-content: end;\n            align-items: center;\n            *\/\n        }\n        @media (max-width: 768px) {\n            .calculator dialog.calculator_modal {\n                margin-bottom: 2rem;\n            }\n        }\n        .calculator dialog.calculator_modal {\n            max-width: 500px;\n            border-radius: 6px;\n            padding: 1rem;\n            border: 1px solid #dee0ed;\n            background-color: white;\n            box-shadow: 1px 2px #dee0ed;\n        }\n        .calculator dialog.calculator_modal::backdrop {\n            background-color: rgba(29, 36, 82, .75) !important;\n        }\n        .calculator dialog.calculator_modal .content .header {\n            display: flex;\n            justify-content: space-between;\n            gap: 0.5rem;\n            align-items: center;\n            margin-bottom: 16px;\n        }\n        .calculator dialog.calculator_modal h1 {\n            color: #555b7d;\n            display: inline-block;\n            font: 600 16px \/ 144% Inter, Arial, Helvetica, sans-serif;\n            margin: 0;\n        }\n        .calculator dialog.calculator_modal .shared-link {\n            display: flex;\n            gap: 0rem;\n            align-items: center;\n            border: 1px solid #555b7d;\n            border-radius: 6px;\n            padding: 0.5rem;\n            margin-top: 1rem;\n        }\n        .calculator dialog.calculator_modal .shared-link .link {\n            color: rgba(29, 36, 82, .55);\n            font: 600 16px \/ 144% Inter, Arial, Helvetica, sans-serif;\n            display: -webkit-box;\n            -webkit-line-clamp: 1;\n            -webkit-box-orient: vertical;\n            overflow: hidden;\n        }\n        .calculator dialog.calculator_modal div:has(button) {\n            flex: 1;\n        }\n        .calculator dialog.calculator_modal button.close {\n            border: none;\n            background-color: transparent;\n            padding: 0;\n            margin: 0;\n            cursor: pointer;\n            color: currentColor;\n        }\n        .calculator dialog.calculator_modal button.copy {\n            background-color: var(--primary);\n            border-radius: 20px;\n            color: #fff;\n            font: 600 16px \/ 24px Inter, Arial, Helvetica, sans-serif;\n            display: inline-block;\n            font-size: 1rem;\n            font-weight: 700;\n            line-height: 1.5rem;\n            padding: .5rem 1.25rem;\n            text-decoration: none;\n            width: max-content;\n            cursor: pointer;\n            transition: .3s;\n            border: 1.5px solid var(--primary);\n            word-wrap: none;\n        }\n        .calculator dialog.calculator_modal button.copy:hover {\n            background-color: #fff;\n            color: var(--primary);\n        }\n        .calculator dialog[open] {\n            opacity: 1;\n            transform: scaleY(1);\n        }\n        .calculator dialog {\n            opacity: 0;\n            transform: scaleY(0);\n            transition: opacity 0.3s ease-out, transform 0.3s ease-out;\n        }\n        .calculator dialog::backdrop {\n            background-color: rgb(0 0 0 \/ 0%);\n            transition: background-color 0.3s;\n        }\n        .calculator dialog[open]::backdrop {\n            background-color: rgb(0 0 0 \/ 25%);\n        }\n    <\/style>\n\n    <section class=\"calculator\">\n        <form action=\"treatment.php\" class=\"my-container form\" aria-labelledby=\"form-title\" aria-describedby=\"form-description\" data-trp-original-action=\"treatment.php\">\n            <h2 id=\"form-title\" class=\"hidden\">Treatment Form<\/h2>\n            <p id=\"form-description\" class=\"hidden\">Please fill in the fields below to get information about your potential savings.<\/p>\n\n            <div class=\"grid grid-cols-2 inputs\">\n                <div>\n                    <label for=\"nb_bill\">Average number of invoices you process per month.<\/label>\n                    <input id=\"nb_bill\" type=\"number\" name=\"nb_bill\" aria-label=\"Average number of invoices you process per month.\" aria-describedby=\"nb_bill-error\">\n                    <div class=\"error-message\" id=\"nb_bill-error\" style=\"display: none;\">Veuillez saisir un nombre valide.<\/div>\n                <\/div>\n                <div>\n                    <label for=\"nb_specialist\">How many accounts payable specialists do you have?<\/label>\n                    <input id=\"nb_specialist\" type=\"number\" name=\"nb_specialist\" aria-label=\"How many accounts payable specialists do you have?\" aria-describedby=\"nb_specialist-error\">\n                    <div class=\"error-message\" id=\"nb_specialist-error\" style=\"display: none;\">Veuillez saisir un nombre valide.<\/div>\n                <\/div>\n                <div>\n                    <label for=\"budget\">Annual budget for accounts payable service ($).<\/label>\n                    <input id=\"budget\" type=\"text\" name=\"budget\" aria-label=\"Annual budget for accounts payable service ($).\" aria-describedby=\"budget-error\">\n                    <div class=\"error-message\" id=\"budget-error\" style=\"display: none;\">Veuillez saisir un montant valide.<\/div>\n                <\/div>\n                <div>\n                    <label for=\"times\">Average time spent processing an invoice (minutes).<\/label>\n                    <input id=\"times\" type=\"number\" name=\"times\" aria-label=\"Average time spent processing an invoice (minutes).\" aria-describedby=\"times-error\">\n                    <div class=\"error-message\" id=\"times-error\" style=\"display: none;\">Veuillez saisir un nombre valide.<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"flex justify-between px-2 py-3 infos-actions\">\n                <div class=\"infos\">\n                    <div class=\"amount\">\n                        <strong>\n                            <span>\n                                <svg style=\"height: 30px; width: 30px\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-trending-up\">\n                                    <polyline points=\"22 7 13.5 15.5 8.5 10.5 2 17\" \/>\n                                    <polyline points=\"16 7 22 7 22 13\" \/>\n                                <\/svg>\n                            <\/span>\n                            <span id=\"save_value\"><\/span>\n                        <\/strong>\n                    <\/div>\n                    <div>Annual Savings<\/div>\n                <\/div>\n                <div class=\"actions\">\n                    <button type=\"button\" id=\"share-btn\" aria-label=\"Share your results\">\n                        <span>\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" style=\"transform: translateY(4px)\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-share-2\">\n                                <circle cx=\"18\" cy=\"5\" r=\"3\" \/>\n                                <circle cx=\"6\" cy=\"12\" r=\"3\" \/>\n                                <circle cx=\"18\" cy=\"19\" r=\"3\" \/>\n                                <line x1=\"8.59\" x2=\"15.42\" y1=\"13.51\" y2=\"17.49\" \/>\n                                <line x1=\"15.41\" x2=\"8.59\" y1=\"6.51\" y2=\"10.49\" \/>\n                            <\/svg>\n                        <\/span>\n                        <span>Share your results<\/span>\n                    <\/button>\n                    <a href=\"https:\/\/www.coginov.com\/en\/contacts\/\" aria-label=\"Start Saving\">\n                        <span>\n                            <svg style=\"transform: translateY(3px);\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-badge-dollar-sign\">\n                                <path d=\"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z\" \/>\n                                <path d=\"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8\" \/>\n                                <path d=\"M12 18V6\" \/>\n                            <\/svg>\n                        <\/span>\n                        <span>Start Saving<\/span>\n                    <\/a>\n                <\/div>\n            <\/div>\n        <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n        <dialog class=\"calculator_modal\">\n            <div class=\"content\">\n                <div class=\"header\">\n                    <h1>Share your results<\/h1>\n                    <button autofocus class=\"close\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-x\">\n                            <path d=\"M18 6 6 18\" \/>\n                            <path d=\"m6 6 12 12\" \/>\n                        <\/svg>\n                    <\/button>\n                <\/div>\n                <div class=\"shared-link\">\n                    <span class=\"link\" id=\"new_link\"><\/span>\n                    <div>\n                        <button class=\"copy\" aria-label=\"Copier le lien\">\n                            <span>\n                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" style=\"transform: translateY(4px)\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-clipboard-copy\">\n                                    <rect width=\"8\" height=\"4\" x=\"8\" y=\"2\" rx=\"1\" ry=\"1\" \/>\n                                    <path d=\"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2\" \/>\n                                    <path d=\"M16 4h2a2 2 0 0 1 2 2v4\" \/>\n                                    <path d=\"M21 14H11\" \/>\n                                    <path d=\"m15 10-4 4 4 4\" \/>\n                                <\/svg>\n                            <\/span>\n                            <span>Copier le lien<\/span>\n                        <\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/dialog>\n    <\/section>\n\n    <script>\n        const dialog = document.querySelector(\"dialog\");\n        const showButton = document.querySelector(\"#share-btn\");\n        const closeButton = document.querySelector(\"dialog button.close\");\n        const copy = document.querySelector(\"dialog button.copy\");\n        let generatedURL = \"\";\n        let benefits = 0;\n\n        copy.addEventListener('click', async () => await copyContent());\n\n        \/\/ Open the dialog when clicking the \"share\" button.\n        showButton.addEventListener(\"click\", () => {\n            dialog.showModal();\n        });\n\n        \/\/ Close the dialog when clicking the \"close\" button.\n        closeButton.addEventListener(\"click\", () => {\n            dialog.close();\n        });\n\n        \/\/ Close the dialog if clicking outside it.\n        dialog.addEventListener('click', (e) => {\n            const dimensions = dialog.getBoundingClientRect();\n            if (\n                e.clientX < dimensions.left ||\n                e.clientX > dimensions.right ||\n                e.clientY < dimensions.top ||\n                e.clientY > dimensions.bottom\n            ) dialog.close();\n        });\n\n        function formatterSalaire(salaire) {\n            return salaire.toFixed(2).replace(\/\\d(?=(\\d{3})+\\.)\/g, '$&,');\n        }\n\n        function init() {\n            document.querySelector(\"#nb_bill\").value = 400;\n            document.querySelector(\"#nb_specialist\").value = 1;\n            document.querySelector(\"#budget\").value = formatterSalaire(60000);\n            document.querySelector(\"#times\").value = 12;\n\n            document.querySelectorAll('input').forEach(input => {\n                input.addEventListener('input', () => {\n                    makeCalculations();\n                    if (!input.value) {\n                        input.style.borderColor = \"red\";\n                        input.style.outlineColor = \"red\";\n                    } else {\n                        input.style.borderColor = \"rgba(29, 36, 82, .25)\";\n                        input.style.outlineColor = \"inherit\";\n                    }\n                });\n            });\n\n            document.querySelector(\"#budget\").addEventListener('change', () => {\n                var salaireText = document.querySelector(\"#budget\").value;\n                var salaire = parseFloat(salaireText.replace(\/,\/g, ''));\n                if (!isNaN(salaire)) {\n                    var salaireFormatte = formatterSalaire(salaire);\n                    document.querySelector(\"#budget\").value = salaireFormatte;\n                } else {\n                    console.log(\"Please enter a valid salary.\");\n                }\n            });\n\n            makeCalculations();\n        }\n\n        function generateURL(nbBill, nbSpecialist, budget, times) {\n            const currentURL = new URL(window.location.href);\n            const params = new URLSearchParams(currentURL.search);\n            params.set('nbBill', nbBill);\n            params.set('nbSpecialist', nbSpecialist);\n            params.set('budget', budget);\n            params.set('times', times);\n            const newURL = currentURL.origin + currentURL.pathname + '?' + params.toString();\n            generatedURL = newURL;\n            history.pushState(null, null, newURL);\n            return newURL;\n        }\n\n        function formatterEnDevise(valeur) {\n            if (typeof valeur === 'number') {\n                return '$' + valeur.toFixed(2).replace(\/\\d(?=(\\d{3})+\\.)\/g, '$&,');\n            } else if (typeof valeur === 'string') {\n                let nombre = parseFloat(valeur);\n                if (!isNaN(nombre)) {\n                    return '$' + nombre.toFixed(2).replace(\/\\d(?=(\\d{3})+\\.)\/g, '$&,');\n                } else {\n                    return valeur;\n                }\n            } else {\n                return valeur;\n            }\n        }\n\n        function makeCalculations() {\n            const HOURS_PER_WEEK = 35;\n            const WEEK_PER_YEAR = 48;\n            const HOURS_PER_YEAR = HOURS_PER_WEEK * WEEK_PER_YEAR;\n            const nbBill = parseFloat(document.querySelector(\"#nb_bill\").value);\n            const nbSpecialist = parseFloat(document.querySelector(\"#nb_specialist\").value);\n            const budget = parseFloat(document.querySelector(\"#budget\").value.replace(\/,\/g, ''));\n            const times = parseFloat(document.querySelector(\"#times\").value);\n\n            if (!nbBill || !nbSpecialist || !budget || !times) {\n                document.querySelector(\"#save_value\").innerText = 0;\n            } else {\n                const hours_of_treatment = nbBill * times \/ 60;\n                const individual_salary = budget \/ (HOURS_PER_YEAR * nbSpecialist);\n                const save = benefits = (individual_salary * hours_of_treatment * 12).toFixed(2);\n                document.querySelector(\"#save_value\").innerText = formatterEnDevise(save);\n                document.querySelector(\"#new_link\").innerText = generateURL(nbBill, nbSpecialist, budget, times);\n            }\n        }\n\n        async function copyContent() {\n            try {\n                await navigator.clipboard.writeText(generatedURL);\n                console.log('Content copied to clipboard');\n            } catch (err) {\n                console.error('Failed to copy: ', err);\n            }\n        }\n\n        init();\n    <\/script>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-470df1b\" data-id=\"470df1b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b1f16f5 elementor-widget elementor-widget-image\" data-id=\"b1f16f5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"556\" height=\"990\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2024\/11\/QoreCaptureBulletPointsEn.png\" class=\"attachment-large size-large wp-image-10614\" alt=\"\" srcset=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2024\/11\/QoreCaptureBulletPointsEn.png 556w, https:\/\/www.coginov.com\/wp-content\/uploads\/2024\/11\/QoreCaptureBulletPointsEn-168x300.png 168w, https:\/\/www.coginov.com\/wp-content\/uploads\/2024\/11\/QoreCaptureBulletPointsEn-7x12.png 7w\" sizes=\"(max-width: 556px) 100vw, 556px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d893482 elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"d893482\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e366da6\" data-id=\"e366da6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-92655f5 elementor-widget elementor-widget-image\" data-id=\"92655f5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"400\" height=\"180\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2024\/09\/QoreCapture_Large.png\" class=\"attachment-large size-large wp-image-9053\" alt=\"\" srcset=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2024\/09\/QoreCapture_Large.png 400w, https:\/\/www.coginov.com\/wp-content\/uploads\/2024\/09\/QoreCapture_Large-300x135.png 300w, https:\/\/www.coginov.com\/wp-content\/uploads\/2024\/09\/QoreCapture_Large-18x8.png 18w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4915dbb elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"4915dbb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-806ffed\" data-id=\"806ffed\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-eff9004 elementor-widget elementor-widget-marketum_heading\" data-id=\"eff9004\" data-element_type=\"widget\" data-widget_type=\"marketum_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_heading_widget\">\n                                <h2 class=\"marketum_heading\">\n                        An intelligent document management and capture system                    <\/h2>\n                            <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c862c34\" data-id=\"c862c34\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-00367c4 elementor-widget elementor-widget-text-editor\" data-id=\"00367c4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><b>With <em>QoreCapture<\/em>, formerly <em>Librex<\/em> by Corium, you will benefit from direct access to all of your organization&rsquo;s documents, allowing you to serve your customers more efficiently and quickly.<\/b><\/p><p>Whether you choose to use <em>QoreCapture<\/em> as a standalone solution to store and view your documents, or as an <em>automatic capture<\/em> gateway to other content management or business management systems, the power of <em>QoreCapture<\/em> will transform your document management. Don&rsquo;t let your documents sit idle, unleash their potential with <em>QoreCapture<\/em>.<\/p><p><em>QoreCapture<\/em> already offers specialized connectors for the most popular document management systems in Quebec, including <em>QoreUltima<\/em>, as well as specialized connectors for Factuo, MS SharePoint Online and your network directories. With its <em>Document Scanning<\/em> and <em>Optical Character Recognition (OCR)<\/em> features, <em>QoreCapture<\/em> ensures advanced document management. Take advantage of <em>Automatic Document Reading (ADL)<\/em> to automate data classification and extraction, improving the efficiency of your processes. With online <em>scanning and OCR capabilities<\/em>, <em>QoreCapture<\/em> offers a complete solution to transform a PDF into Word, allowing you to manipulate and edit your documents more easily. <em>QoreCapture<\/em>, synonymous with cutting-edge technology, is the ideal tool to unleash the potential of your documents.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-45d1b39 elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"45d1b39\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4e20dd0\" data-id=\"4e20dd0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-457cee9 elementor-widget elementor-widget-marketum_heading\" data-id=\"457cee9\" data-element_type=\"widget\" data-widget_type=\"marketum_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_heading_widget\">\n                                <div class=\"marketum_up_heading\">01<\/div>\n                                        <h2 class=\"marketum_heading\">\n                        DOCUMENT CAPTURE                    <\/h2>\n                            <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-71598be elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"71598be\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9016d84\" data-id=\"9016d84\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a9021e9 elementor-widget elementor-widget-text-editor\" data-id=\"a9021e9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Whether you intend to <em>scan<\/em> paper documents or <em>capture<\/em> electronic files to integrate them into your content management system, <em>QoreCapture<\/em> offers you a unified capture method. This allows you to apply consistent business logic to all your documents, regardless of their source.<\/strong><\/p><p><em>QoreCapture<\/em> also gives legal value to your documents. Each operation is recorded and documented, allowing you to trace the complete history of a document. In addition, you have the possibility to generate transaction reports in the system, allowing you, for example, to track the number of documents scanned by a specific user over a given period. <em>QoreCapture\u2019s<\/em> <em>advanced optical character recognition (OCR)<\/em> <em>technology<\/em> ensures high accuracy when converting physical documents into editable text. These <em>Automatic Document Reading (ADL)<\/em>, <em>scanning<\/em>,<em> and online OCR<\/em> capabilities reinforce <em>QoreCapture\u2019s<\/em> versatility in document management. In addition, the use of <em>OMR<\/em> technology allows you to optimize data capture from structured documents. By integrating <em>QoreCapture<\/em> into your workflow, you benefit from a complete solution, from document <em>scanning<\/em> to PDF to Word transformation, taking full advantage of modern technology.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-815fc43 elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"815fc43\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-582e31d\" data-id=\"582e31d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5728771 elementor-widget elementor-widget-marketum_image_box\" data-id=\"5728771\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/propulsez.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Digitization<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">QoreCapture supports all major scanner manufacturers through the TWAIN interface. QoreCapture also offers scanning (dematerialization) options such as blank page detection and removal, border removal and masking, and automatic realignment.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-52343eb\" data-id=\"52343eb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-20bd924 elementor-widget elementor-widget-marketum_image_box\" data-id=\"20bd924\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/config.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Automation of invoice and supplier accounts management<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">Configuring your invoices to integrate them into your business processes includes the automatic capture of essential information. QoreCapture offers a complete Document Scanning and Optical Character Recognition (OCR) solution for recognizing supplier invoices. Thanks to QoreCapture\u2019s advanced technology, automatic recognition of metadata such as invoice date, invoice number, currency, total amount, tax amounts, supplier name, item table, unit price, handling and transportation costs are performed efficiently.\nQoreCapture also offers a configuration allowing connectivity with online services such as the Hydro-Qu\u00e9bec customer account. The extracted information can be automatically saved in an accounting system such as Factuo and Acomba, as well as in your document management system such as QoreUltima. The automatic backup capacity even extends to network directories for optimal data management.\nThe QoreCapture system also facilitates the integration of an invoice payment approval process. By associating the purchase order with the receipt of the invoice, QoreCapture ensures the confirmation of the conformity between the invoice presented and the authorized purchase order. The versatility of QoreCapture, with its Automatic Document Reading (ADL) functionalities, allows to optimize the processes related to invoice management, offering a complete solution to transform a PDF into Word and facilitate the processing of documents.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7cc46e1\" data-id=\"7cc46e1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6c8e606 elementor-widget elementor-widget-marketum_image_box\" data-id=\"6c8e606\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/processus.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Automated exam correction<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">Corium\u2019s QoreCapture offers a complete solution for document management and automated exam correction. With advanced features such as automatic capture, document scanning, optical character recognition (OCR), and automatic document reading (ADL), QoreCapture simplifies exam correction by analyzing answers, the color of the pen used, and generating summary files. The integration of OMR technology allows for multi-page and multi-answer management. QoreCapture also offers a customizable configuration for extracting and analyzing results, while allowing the addition of manual notes and the automation of the compilation of these notes on essay questions. By fully exploiting the intelligence of QoreCapture, you maximize the efficiency of exam correction and optimize the use of human resources. QoreCapture\u2019s versatility goes beyond exam correction, also offering functionalities to transform a PDF into Word and facilitate overall document management.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-af7e1f5 elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"af7e1f5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f02de2a\" data-id=\"f02de2a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ea2dba elementor-widget elementor-widget-marketum_image_box\" data-id=\"8ea2dba\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/roi.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Automated reception and analysis of admission requests<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">Corium\u2019s QoreCapture revolutionizes application management by simplifying the screening process with its advanced features. The platform integrates automatic capture, document scanning, and optical character recognition (OCR) to analyze various documents, such as transcripts, birth certificates, resumes, etc. It also ensures the validation of the conformity of these documents before transmitting them to the COBA or CLARA systems.\n\nQoreCapture goes further by offering Automatic Document Reading (ADL) and OMR technology for the recognition of international university admission documents, including passport formats and university letters. The addition of an automated process, including document conformity validation, considerably simplifies the management of admission applications and optimizes the document management system. QoreCapture thus offers an advanced technological solution for secure and efficient automation of admission processes.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8c095be\" data-id=\"8c095be\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0294720 elementor-widget elementor-widget-marketum_image_box\" data-id=\"0294720\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/capacite.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Emails<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">Automatically capture your emails by redirecting an email box to QoreCapture for automatic processing, or manually capture your emails using our Office 365 add-ins. QoreCapture can capture the email, process the text content or attachments separately.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c873a48\" data-id=\"c873a48\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6391cd5 elementor-widget elementor-widget-marketum_image_box\" data-id=\"6391cd5\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/capacite.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Virtual Printers<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">Print to QoreCapture from any application that can print (manually or automatically). Your documents will be converted to PDF format to be processed by QoreCapture. Depending on the virtual printer selected, documents can be processed manually by a user or recognized and processed automatically by QoreCapture. A virtual printer is also available for the AS\/400 to handle any printing in SCS format.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-db8886b elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"db8886b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2cbcee2\" data-id=\"2cbcee2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c240f26 elementor-widget elementor-widget-marketum_image_box\" data-id=\"c240f26\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/roi.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Manually importing files<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">Import any electronic document from QoreCapture\u2019s manual import window. You will then be able to index them manually or using automated processes (workflows).<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4680df5\" data-id=\"4680df5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3b9db37 elementor-widget elementor-widget-marketum_image_box\" data-id=\"3b9db37\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/capacite.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Automatic import folders<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">Drop (manually or by system) any document to a network folder defined as an import directory by QoreCapture and the document will be automatically added to QoreCapture.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-eb4fa72\" data-id=\"eb4fa72\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-475c612 elementor-widget elementor-widget-marketum_image_box\" data-id=\"475c612\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/capacite.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Web Services<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">QoreCapture\u2019s Web Services API allows you to connect your system directly to QoreCapture to set up a complete integration of your documents and their metadata. You can read documents from QoreCapture, or add documents to QoreCapture.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-59f1e33 elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"59f1e33\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-66a33a5\" data-id=\"66a33a5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1220e25 elementor-widget elementor-widget-marketum_image_box\" data-id=\"1220e25\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/roi.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Automatic Document Extraction and Reading (ADL)<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">Automated process of capture, OCR and OMR extraction, barcode reading, and combination of automations with advanced Java Scripts.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7812681\" data-id=\"7812681\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b3e84db\" data-id=\"b3e84db\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3f8bd7d elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"3f8bd7d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8ea9e44\" data-id=\"8ea9e44\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dc5a66d elementor-widget elementor-widget-marketum_heading\" data-id=\"dc5a66d\" data-element_type=\"widget\" data-widget_type=\"marketum_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_heading_widget\">\n                                <div class=\"marketum_up_heading\">02<\/div>\n                                        <h2 class=\"marketum_heading\">\n                        SMART CONNECTORS FOR YOUR CAPTURES                    <\/h2>\n                            <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-510b08f elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"510b08f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fa731cb\" data-id=\"fa731cb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2b662d0 elementor-widget elementor-widget-text-editor\" data-id=\"2b662d0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong><em>QoreCapture\u2019s<\/em> <em>capture<\/em> capabilities can be used as a gateway to various other document management systems such as <em>QoreUltima<\/em> and content management systems or simply connect to a network repository or billing systems such as Factuo. <em>QoreCapture<\/em> offers several connectors that add a robust and comprehensive <em>capture<\/em> tool to your system..<\/strong><\/p><p>If you are already using a content management or enterprise software that lacks a good <em>dematerialization<\/em> and<em> unified capture<\/em> tool, you can use QoreCapture as a capture gateway to your system.<\/p><p>If one of our current connectors does not meet all of your needs, we can quickly create one that will adapt perfectly to your solution. Thanks to our synchronization controller infrastructure, we can easily connect to your web services, APIs or any other technique used to import documents into your system. We invite you to contact us to discuss your needs in more detail.<\/p><p>QoreCapture already offers specialized connectors for the most popular document management systems in Quebec, including <em>QoreUltima<\/em>, as well as specialized connectors for Factuo, MS SharePoint Online and your network directories. QoreCapture&rsquo;s <em>technology<\/em> extends beyond simple<em> document capture<\/em> by offering a complete <em>Optical Character Recognition (OCR)<\/em> and <em>Automatic Document Reading (ADL)<\/em> solution for advanced document management.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-053c0d9 elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"053c0d9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-67b9e45\" data-id=\"67b9e45\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-acd4008 elementor-widget elementor-widget-marketum_heading\" data-id=\"acd4008\" data-element_type=\"widget\" data-widget_type=\"marketum_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_heading_widget\">\n                                <div class=\"marketum_up_heading\">03<\/div>\n                                        <h2 class=\"marketum_heading\">\n                        ELECTRONIC DOCUMENT MANAGEMENT                    <\/h2>\n                            <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-968c29b elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"968c29b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d10db54\" data-id=\"d10db54\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-08b0229 elementor-widget elementor-widget-text-editor\" data-id=\"08b0229\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center;\"><strong>QoreCapture allows you to classify, search, consult and share all the documents in your organization.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7586012 elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"7586012\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7aae81c\" data-id=\"7aae81c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8f57910 elementor-widget elementor-widget-marketum_image_box\" data-id=\"8f57910\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/propulsez.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Electronic documents<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">Quickly track your documents, access them instantly and from any system via web service.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-cf6fa87\" data-id=\"cf6fa87\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-28ea6ed elementor-widget elementor-widget-marketum_image_box\" data-id=\"28ea6ed\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/config.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Effective management<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">You can import your documents via email, printer, or export, then create automated processes on these documents. You can also annotate, sign, and stamp your documents.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c159164\" data-id=\"c159164\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5b0ca76 elementor-widget elementor-widget-marketum_image_box\" data-id=\"5b0ca76\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/processus.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">MS Office Documents and Emails<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">QoreCapture allows you to capture your MS Office documents including Outlook emails with a single mouse click. QoreCapture adds a module to MS Office software that allows you to easily capture various MS Office 365 documents.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ec760fa elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"ec760fa\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3d96076\" data-id=\"3d96076\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3f24d7d elementor-widget elementor-widget-marketum_image_box\" data-id=\"3f24d7d\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/propulsez.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Security<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">Secure access to your documents and control access through a permissions scheme.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-fd3f2df\" data-id=\"fd3f2df\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6a5d315 elementor-widget elementor-widget-marketum_image_box\" data-id=\"6a5d315\" data-element_type=\"widget\" data-widget_type=\"marketum_image_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_image_box_widget\">\n            <div class=\"marketum_image_box_wrapper marketum_motion_effect_on\">\n                <div class=\"marketum_image_box_image_cont\">\n                    <img decoding=\"async\" src=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2022\/08\/config.png\" alt=\"\" \/>\n                <\/div>\n\n                                    <h6 class=\"marketum_image_box_title\">Multilingual system<\/h6>\n                    \n                <div class=\"marketum_image_box_divider\"><\/div>\n\n                                    <div class=\"marketum_image_box_info\">Manage all document formats in French, English, and Spanish.<\/div>\n                                <\/div>\n        <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-af2c667\" data-id=\"af2c667\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b01fed2 elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"b01fed2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5a27f0c\" data-id=\"5a27f0c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-133ab7f elementor-widget elementor-widget-marketum_heading\" data-id=\"133ab7f\" data-element_type=\"widget\" data-widget_type=\"marketum_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"marketum_heading_widget\">\n                                <h2 class=\"marketum_heading\">\n                        ABOUT CORIUM                    <\/h2>\n                            <\/div>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b74d1b0 elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"b74d1b0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-79ad892\" data-id=\"79ad892\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4ef51c9 elementor-widget elementor-widget-text-editor\" data-id=\"4ef51c9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Want to know more? Download these documents (<a href=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2024\/09\/QoreCapture_page_5_eng.pdf\">1<\/a> and <a href=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2024\/09\/QoreCapture_page_6_eng.pdf\">2<\/a>) for more information!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-41f22e3 elementor-section-boxed elementor-section-height-default elementor-section-height-default marketum_parallax_no\" data-id=\"41f22e3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9694f33\" data-id=\"9694f33\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cacb623 elementor-widget elementor-widget-text-editor\" data-id=\"cacb623\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Corium was founded in 1986, originally named Hexatek, then renamed Corium in 2011. Our head office is located in Laval and we cover the entire Montreal region, Quebec and Canada. Corium is the publisher of QoreCapture, This solution offers capture options (scanning, text recognition (OCR) on images, reception and capture of documents via emails, automation of filing in document management systems such as QoreUltima or Windows directories. Thanks to QoreCapture, you can automate the reception and filing of invoices, purchase orders, or any other type of semi- and unstructured documents.<\/p><p><strong>Coginov has been operating Corium\u2019s activities since January 15, 2024. For more information, click here:<\/strong><\/p><p><a href=\"https:\/\/www.coginov.com\/wp-content\/uploads\/2024\/01\/Press-release.pdf\" target=\"_blank\" rel=\"noopener\">Press release<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div>","protected":false},"excerpt":{"rendered":"<p>With QoreCapture, formerly Librex by Corium, you will benefit from direct access to all of your organization&rsquo;s documents, allowing you to serve your customers more efficiently and quickly. Whether you choose to use QoreCapture as a standalone solution to store and view your documents, or as an automatic capture gateway to other content management or [&hellip;]<\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-9550","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.coginov.com\/en\/wp-json\/wp\/v2\/pages\/9550","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.coginov.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.coginov.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.coginov.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.coginov.com\/en\/wp-json\/wp\/v2\/comments?post=9550"}],"version-history":[{"count":0,"href":"https:\/\/www.coginov.com\/en\/wp-json\/wp\/v2\/pages\/9550\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.coginov.com\/en\/wp-json\/wp\/v2\/media?parent=9550"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}