regulaforensics / DocumentReader-iOS

iOS Framework for reading and validation of identification documents
56 stars 15 forks source link

Customization scan view #9

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi,

I need to customization the scan view texts like "searching for a document..." to translate to another languages.

is it posible?

DzmitrySmaliakou commented 5 years ago

Hello,

Unfortunately, we don't support custom localization now. It will be added in next release version. You could change this status or disable it:

docReaderInstance.customization.status = "Your status" docReaderInstance.customization.showHintMessages = false

ghost commented 5 years ago

ok, thanks