Can I extract the information from the invoice in JSON form using the DeepSeek OCR model?
#103
by zabih1 - opened
I want to extract invoice fields in the JSON form. Can I use this model?
Yes, you can. You need to prompt the DeepSeek OCR model with the JSON schema that you want to extract from the image. Or else if your JSON schema is complex, try to extract the markdown text using deepseek ocr and use any small LLM model to convert the markdown data into JSON output.
If you want direct JSON output and with the best accuracy, I would suggest to go with mistral ocr 3 model.