@kreuzberg/wasm 4.0.0 → 4.0.1
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 +3 -8
- package/dist/pkg/README.md +3 -8
- package/dist/pkg/kreuzberg_wasm_bg.wasm +0 -0
- package/dist/pkg/package.json +1 -1
- package/package.json +1 -1
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).
|
package/dist/pkg/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).
|
|
Binary file
|
package/dist/pkg/package.json
CHANGED