Spire.OCR for Java
We’re excited to announce the release of Spire.OCR for Java 2.1.1. This version introduces support for Linux-ARM platform and enables text output that matches the original image layout. In addition, this update includes several bug fixes. More details are provided below. Category ID Description New feature - Added support for Linux-ARM platform. New feature SPIREOCR-84 Added support for automatically rotating images when necessary. ConfigureOptions configureOptions = new ConfigureOptions(); configureOptions.setAutoRotate(true); New feature SPIREOCR-107 Added support for preserving the original image layout in text output. VisualTextAligner visualTextAligner = new VisualTextAligner(scanner.getText()); String scannedText = visualTextAligner.toString(); Bug SPIREOCR-103 Fixed the issue where the cleanup…
We are excited to announce the release of the Spire.OCR for Java 1.9.22. The latest version supports macOS 10.15 and later versions. Besides, the new version fixes the issue that the coordinates of extracted text were incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREOCR-81 Supports macOS 10.15 and later versions. New feature SPIREOCR-78 Improves the efficiency of memory reclamation and recognition speed. Bug SPIREOCR-58 Fixes the issue that the coordinates of extracted text were incorrect. Bug SPIREOCR-73 Fixes the issue that text recognizing of rotated images…
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();…
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
page