@kreuzberg/wasm 4.0.0 → 4.0.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/README.md CHANGED
@@ -256,8 +256,7 @@ extractDocuments(fileBytes, mimes)
256
256
  - **[Installation Guide](https://kreuzberg.dev/getting-started/installation/)** - Platform-specific setup
257
257
  - **[API Documentation](https://kreuzberg.dev/api/)** - Complete API reference
258
258
  - **[Examples & Guides](https://kreuzberg.dev/guides/)** - Full code examples and usage guides
259
- - **[Configuration Guide](https://kreuzberg.dev/configuration/)** - Advanced configuration options
260
- - **[Troubleshooting](https://kreuzberg.dev/troubleshooting/)** - Common issues and solutions
259
+ - **[Configuration Guide](https://kreuzberg.dev/guides/configuration/)** - Advanced configuration options
261
260
 
262
261
 
263
262
 
@@ -422,7 +421,7 @@ extractDocuments(fileBytes, mimes)
422
421
 
423
422
  Kreuzberg supports extensible post-processing plugins for custom text transformation and filtering.
424
423
 
425
- For detailed plugin documentation, visit [Plugin System Guide](https://kreuzberg.dev/plugins/).
424
+ For detailed plugin documentation, visit [Plugin System Guide](https://kreuzberg.dev/guides/plugins/).
426
425
 
427
426
 
428
427
 
@@ -476,7 +475,7 @@ async function _processBatch(documents: DocumentJob[], concurrency: number = 3)
476
475
 
477
476
  For advanced configuration options including language detection, table extraction, OCR settings, and more:
478
477
 
479
- **[Configuration Guide](https://kreuzberg.dev/configuration/)**
478
+ **[Configuration Guide](https://kreuzberg.dev/guides/configuration/)**
480
479
 
481
480
  ## Documentation
482
481
 
@@ -484,10 +483,6 @@ For advanced configuration options including language detection, table extractio
484
483
  - **[API Reference](https://kreuzberg.dev/reference/api-wasm/)**
485
484
  - **[Examples & Guides](https://kreuzberg.dev/guides/)**
486
485
 
487
- ## Troubleshooting
488
-
489
- For common issues and solutions, visit [Troubleshooting Guide](https://kreuzberg.dev/troubleshooting/).
490
-
491
486
  ## Contributing
492
487
 
493
488
  Contributions are welcome! See [Contributing Guide](https://github.com/kreuzberg-dev/kreuzberg/blob/main/CONTRIBUTING.md).
@@ -256,8 +256,7 @@ extractDocuments(fileBytes, mimes)
256
256
  - **[Installation Guide](https://kreuzberg.dev/getting-started/installation/)** - Platform-specific setup
257
257
  - **[API Documentation](https://kreuzberg.dev/api/)** - Complete API reference
258
258
  - **[Examples & Guides](https://kreuzberg.dev/guides/)** - Full code examples and usage guides
259
- - **[Configuration Guide](https://kreuzberg.dev/configuration/)** - Advanced configuration options
260
- - **[Troubleshooting](https://kreuzberg.dev/troubleshooting/)** - Common issues and solutions
259
+ - **[Configuration Guide](https://kreuzberg.dev/guides/configuration/)** - Advanced configuration options
261
260
 
262
261
 
263
262
 
@@ -422,7 +421,7 @@ extractDocuments(fileBytes, mimes)
422
421
 
423
422
  Kreuzberg supports extensible post-processing plugins for custom text transformation and filtering.
424
423
 
425
- For detailed plugin documentation, visit [Plugin System Guide](https://kreuzberg.dev/plugins/).
424
+ For detailed plugin documentation, visit [Plugin System Guide](https://kreuzberg.dev/guides/plugins/).
426
425
 
427
426
 
428
427
 
@@ -476,7 +475,7 @@ async function _processBatch(documents: DocumentJob[], concurrency: number = 3)
476
475
 
477
476
  For advanced configuration options including language detection, table extraction, OCR settings, and more:
478
477
 
479
- **[Configuration Guide](https://kreuzberg.dev/configuration/)**
478
+ **[Configuration Guide](https://kreuzberg.dev/guides/configuration/)**
480
479
 
481
480
  ## Documentation
482
481
 
@@ -484,10 +483,6 @@ For advanced configuration options including language detection, table extractio
484
483
  - **[API Reference](https://kreuzberg.dev/reference/api-wasm/)**
485
484
  - **[Examples & Guides](https://kreuzberg.dev/guides/)**
486
485
 
487
- ## Troubleshooting
488
-
489
- For common issues and solutions, visit [Troubleshooting Guide](https://kreuzberg.dev/troubleshooting/).
490
-
491
486
  ## Contributing
492
487
 
493
488
  Contributions are welcome! See [Contributing Guide](https://github.com/kreuzberg-dev/kreuzberg/blob/main/CONTRIBUTING.md).
Binary file
@@ -4,7 +4,7 @@
4
4
  "Na'aman Hirschfeld <nhirschfeld@gmail.com>"
5
5
  ],
6
6
  "description": "Kreuzberg document intelligence - WebAssembly bindings",
7
- "version": "4.0.0",
7
+ "version": "4.0.2",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kreuzberg/wasm",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@10.17.0",
6
6
  "description": "Kreuzberg document intelligence - WebAssembly bindings",