blinkinput / blinkinput-android

BlinkOCR SDK for Android
https://microblink.com/ocr
104 stars 29 forks source link

SegmentScanActivity customization #9

Closed JPierron closed 6 years ago

JPierron commented 7 years ago

Hi,

I was wondering if there was any way to customize the SegmentScanActivity layout. Specifically, I'd like to customize the validation layout (the green part) by moving the validation button to the bottom/end or bottom/start of the validation layout (This button, positionned in the middle of the screen, is not very practical to use in landscape mode).

Is that doable ?

Thanks.

Regards.

i1E commented 7 years ago

Hi @JPierron,

if you use provided SegmentScanActivity, all possible customisation options are listed here. Additionally, you have few options to customise the size of the scanning window with ScanConfiguration. You cannot customise the result overlay (validation layout). If you want to customise this part of the layout, you should build your own scan activity. You can use the BlinkOCRSegmentDemo app as an example.

Best regards