@kreuzberg/node 4.5.1 → 4.5.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/README.md +4 -4
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types.d.mts +5 -0
- package/dist/types.d.ts +5 -0
- package/dist/types.js.map +1 -1
- package/index.d.ts +5 -0
- package/index.js +52 -52
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -474,6 +474,7 @@ function normalizeLayoutDetectionConfig(config) {
|
|
|
474
474
|
setIfDefined(normalized, "preset", config.preset);
|
|
475
475
|
setIfDefined(normalized, "confidenceThreshold", config.confidenceThreshold);
|
|
476
476
|
setIfDefined(normalized, "applyHeuristics", config.applyHeuristics);
|
|
477
|
+
setIfDefined(normalized, "tableModel", config.tableModel);
|
|
477
478
|
return normalized;
|
|
478
479
|
}
|
|
479
480
|
|
|
@@ -1157,7 +1158,7 @@ function getEmbeddingPreset(name) {
|
|
|
1157
1158
|
}
|
|
1158
1159
|
|
|
1159
1160
|
// typescript/index.ts
|
|
1160
|
-
var __version__ = "4.5.
|
|
1161
|
+
var __version__ = "4.5.3";
|
|
1161
1162
|
export {
|
|
1162
1163
|
CacheError,
|
|
1163
1164
|
ErrorCode,
|