I have a case for documet understanding . I have 5 questions in an Insurance form. In the right side of the questions there are two fields for two columns. One Column is for “Yes” and other one is for “No”. But it is a local language but chars are latin. I need to understand which field the user left a mark to answer questions. I have tried form extractor checkbox method but it didnt work. itis probably the fields are long and wide and size varies a lot. Which approach should i use here ? I am leaving an example of it here for columns.
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.
Topic that contains most common solutions with example project files can be found here.
Read our official documentation where you can find a lot of information and instructions about each of our products:
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
If the OCR manages to recognize the handwritten checkmarks as either a checkmark or a V, you could in theory mark the entire Yes area as the target area, and configure V and the checkmark symbol variations as equivalents of Yes…
If the OCR does not manage to identify some (relatively) consistent entries there, it will be harder…
Another potential thing would be for you to mark the entire area, and after data extraction scope, check what values have been captured there - and if any has been captured (like any box was found in that area), then consider that as a Yes…
Please let me know if for the use case you are developing any of these suggestions work.
i cant mark entire area in half maybe. it is not consistent. Ocr does not recognize if it is bigger. UiPath team will look at documents and try to imrpove the OCR accuracy.