Spire.OCR for Java 1.9.19 supports scanning image stream
2024-10-25 03:04:03
We are excited to announce the release of the Spire.OCR for Java 1.9.19. The latest version supports scanning image streams and adds a new module for OCR usage. Besides, some known bugs are successfully fixed in this update, such as the issue that image recognition threw an exception on Ubuntu system. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports a new module for OCR usage. OcrScanner scanner = new OcrScanner(); //ConfigureOptions configureOptions = new ConfigureOptions("D:\\Models\\java\\Java\\win-x64\\","English"); ConfigureOptions configureOptions = new ConfigureOptions(); configureOptions.setLanguage("English"); configureOptions.setModelPath("D:\\Models\\java\\Java\\win-x64\\"); scanner.ConfigureDependencies(configureOptions); scanner.scan(imageFile); String scannedText=scanner.getText().toString();…
Spire.OCR for Java 1.9.2 fixes the issue that the the program threw exception when running under JDK17 and JDK21
2023-12-28 02:56:00
We are happy to announce the release of Spire.OCR for Java 1.9.2. This version fixes the issue that the program threw exception when running under JDK17 and JDK21. More details are listed below. Here is a list of changes made in this release Category ID Description Bug - Fixes the issue that the program threw “java.lang.NoClassDefFoundError” exception when running under JDK17 and JDK21. Click the following link to get Spire.OCR for Java 1.9.2: https://www.e-iceblue.com/Download/ocr-for-java.html