process

abstract fun process(rawText: String): String

Cleans the raw text extracted from the picture and extracts only valuable part from it

Return

the string which is ready for the validation and does not contain any junk

Parameters

rawText

string to extract the valuable part from it