@visns-studio/visns-components 5.14.1 → 5.14.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
89
89
|
},
|
|
90
90
|
"name": "@visns-studio/visns-components",
|
|
91
|
-
"version": "5.14.
|
|
91
|
+
"version": "5.14.2",
|
|
92
92
|
"description": "Various packages to assist in the development of our Custom Applications.",
|
|
93
93
|
"main": "src/index.js",
|
|
94
94
|
"files": [
|
|
@@ -615,11 +615,6 @@ const OcrTemplateEnhanced = ({
|
|
|
615
615
|
title="OCR Analysis"
|
|
616
616
|
description="Extracting text and detecting templates..."
|
|
617
617
|
/>
|
|
618
|
-
<ProcessingStep
|
|
619
|
-
status={processingStage.analysis}
|
|
620
|
-
title="Template Detection"
|
|
621
|
-
description="Checking for multiple templates to split..."
|
|
622
|
-
/>
|
|
623
618
|
</div>
|
|
624
619
|
</div>
|
|
625
620
|
)}
|