biotech7

Results 12 issues of biotech7

it generated wrong depiction as to this SMILES: O(C(c1cccc2c1cccc2)c3cccc4ccccc34)C(C(C)Sc5ccc(cc5)Br)=O ![1716268358826](https://github.com/reymond-group/smilesDrawer/assets/49674341/a8b77274-06d4-40b8-a874-5ec7e70c4ea4) right depiction should be: ![1716268453276](https://github.com/reymond-group/smilesDrawer/assets/49674341/e91d4656-1b24-4067-8339-39ad7608e7d3)

when trying to recognize example image(url: https://github.com/ncats/molvec/blob/master/test/hand-drawn.png), rising exception of ArrayIndexOutOfBoundsException. It's more likely related to Raster but failed to trace back. codes to reproduce: `BufferedImage image = ImageIO.read(....); String...