JSON parse error: Cannot deserialize instance of `byte[]` out of START_OBJECT token
问题 How to send a base64 image in postman json format. I was added image file in postman- body form data and it's encode details in json format but i got a bad request only in my attempts. [JSON parse error: Cannot deserialize instance of byte[] out of START_OBJECT token]. found that there is no error in source but the actual issue in json format in postman. SOURCE: https://github.com/arun0009/ocr-tess4j-rest I applied a stack overflow solution but it's repeating the same error. I was adding [] ,