Releases: ncats/molvec
Releases · ncats/molvec
0.9.8
0.9.8
API improvements
- New
MolvecOptions
object to pass along parameters to the ocr function. This will let us add more options in the future without adding more overloadedMolvec.ocr( ... )
function calls #11 - New
MolvecResult
objects are now returned from the new API calls instead of just Strings. The MolvecResult can then return a molfile or an Sdfile as well as hold other data such as the input bounding box that was found to contain the structure. #6 #11
Algorithm Improvements
- Improved handling of color images #8
- Improved OCR to improve of B and Br where otherwise they were detecting "Si" and "H" more often than they should. #9
Bug Fixes
- Fixed some NullPointer issues when a structure could not be detected #13
Molvec 0.9.7
Molvec 0.9.7
This version includes a few performance improvements and a bugfix to better handle lower resolution images
Molvec 0.9.5
Bugfix for working with changes to Java 11 alpha channel with some ColorSpaces #2