Nook2007

Results 7 comments of Nook2007

[recognizer.zip](https://github.com/DoubangoTelecom/ultimateALPR-SDK/files/7065582/recognizer.zip) Tested on x86-64 sequential mode

[java.txt](https://github.com/DoubangoTelecom/ultimateALPR-SDK/files/7101647/java.txt) [c++.txt](https://github.com/DoubangoTelecom/ultimateALPR-SDK/files/7101648/c%2B%2B.txt)

[c++.txt](https://github.com/DoubangoTelecom/ultimateALPR-SDK/files/7101687/c%2B%2B.txt) [java.txt](https://github.com/DoubangoTelecom/ultimateALPR-SDK/files/7101688/java.txt) updated logs with same config

[java.txt](https://github.com/DoubangoTelecom/ultimateALPR-SDK/files/7103869/java.txt) nothing changed for rgb24

when using default jackson object mapper(without ktorm module) all ok ``` val obj = SomeSettings("name", "value") val str = jacksonObjectMapper().writeValueAsString(obj) ``` result ``` {"name":"name","value":"value","type":"SomeSettings"} ```