What are the best practices for extracting data from multi-sided documents?
I need to extract data from both sides of ID Cards. My current approach is to use two separate custom-trained processors, one for the front side and another for the back side of the ID card.
However, I'm unsure if this is the most efficient or cost-effective way of handling this scenario. Would it be better to somehow combine the processing for both sides into a single processor, or is it a good practice to use separate processors for each side of a multi-sided document?
Any insights, recommendations, or experiences you can share?