When I am extracting/labelling data in ML model training: for example if value is “A & B” then robot extracts the value as A B &. I tried to bind them using “/” but its happening with all special characters like /, %, &. Also this is not something happens every time. Sometime it gets labelled as expected but sometime it pushes the special character the the end. I am stuck at the training phase that is the reason, extractor is also failing to place the special character at the correct place.
This is happening before the deployment. OCR comes in the picture later. First I am training my model and during the training I am facing this.
I hope you are on modern DU.. in modern du when you create the prject you can select the ocr or in project settings you would have the option
Cheers
I am using classic mode due to some reasons.