@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/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.1";
1161
+ var __version__ = "4.5.3";
1161
1162
  export {
1162
1163
  CacheError,
1163
1164
  ErrorCode,