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