@groupdocs/groupdocs.search 24.6.0 → 24.7.0

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.
@@ -12,8 +12,6 @@ java.asyncOptions = {
12
12
  };
13
13
 
14
14
  java.classpath.push(path.join(__dirname, '/groupdocs-search-nodejs-24.6.jar'));
15
- java.classpath.push(path.join(__dirname, '/aspose-ocr-21.9.jar'));
16
- java.classpath.push(path.join(__dirname, '/onnxruntime-1.8.1.jar'));
17
15
 
18
16
  exports = module.exports;
19
17
 
@@ -133,8 +131,6 @@ exports.OutputFormat = java.import('com.groupdocs.search.options.OutputFormat');
133
131
  exports.FileType = java.import('com.groupdocs.search.results.FileType');
134
132
  exports.SearchNetworkStatus = java.import('com.groupdocs.search.scaling.SearchNetworkStatus');
135
133
 
136
- exports.AsposeOcr = java.import('com.aspose.ocr.AsposeOCR');
137
-
138
134
  exports.StreamBuffer = class StreamBuffer {
139
135
  constructor() {
140
136
  const self = java.newInstanceSync('com.groupdocs.search.contracts.StreamBuffer');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groupdocs/groupdocs.search",
3
- "version": "24.6.0",
3
+ "version": "24.7.0",
4
4
  "description": "Powerful full-text search engine for PDF, Word, Excel, PowerPoint and image files.",
5
5
  "scripts": {
6
6
  "postinstall": "curl -H 'Cache-Control:no-cache' https://releases.groupdocs.com/java/repo/com/groupdocs/groupdocs-search-nodejs/24.6/groupdocs-search-nodejs-24.6.jar > lib/groupdocs-search-nodejs-24.6.jar"