Skip to content

Releases: ncats/molvec

0.9.8

14 Oct 01:57
Compare
Choose a tag to compare

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 overloaded Molvec.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

22 Jun 18:36
Compare
Choose a tag to compare

Molvec 0.9.7

This version includes a few performance improvements and a bugfix to better handle lower resolution images

Molvec 0.9.5

01 Nov 14:07
Compare
Choose a tag to compare

Bugfix for working with changes to Java 11 alpha channel with some ColorSpaces #2