mikser-io 11.10.2 → 11.10.3
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/docs/diagnostics.md +6 -0
- package/package.json +1 -1
package/docs/diagnostics.md
CHANGED
|
@@ -1039,6 +1039,12 @@ distinction is the whole of [Faults](#faults) above.
|
|
|
1039
1039
|
| `preset-no-match` | warn | A configured preset matched none of the entities evaluated this run. Phrased as what was observed: an incremental cycle legitimately evaluates a handful. |
|
|
1040
1040
|
| `preset-unknown` | warn | `--render-presets` named a preset that is not configured. |
|
|
1041
1041
|
|
|
1042
|
+
### Extraction (`mikser-io-ocr`)
|
|
1043
|
+
|
|
1044
|
+
| Code | Severity | Means |
|
|
1045
|
+
| --- | --- | --- |
|
|
1046
|
+
| `ocr-schema-changed` | notice | A step's schema changed, so stored answers no longer match it by hash. Says how many documents are in the pass and which fields are being asked for. Answers that still satisfy the new schema are reused without a model call; the rest are asked only for the fields they are missing. |
|
|
1047
|
+
|
|
1042
1048
|
### Configuration and stores
|
|
1043
1049
|
|
|
1044
1050
|
| Code | Severity | Means |
|