You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removed isItalic and isBold getters from OcrChar class
they always returned false, since OCR engine cannot accurately detect that
removed setLineGroupingEnabled and isLineGroupingEnabled from BlinkOCREngineOptions because disabling line grouping completely destroyed the OCR accuracy
improved TopUpParser:
added option to enable all prefixes at the same time (generic prefix)
added suport for 14 digits long sim numbers in addition to existing lengths (12, 19, 20)
DateParser can parse dates with month names in English (either full or abbreviated), if this option is enabled
added support for polish IBAN without PL prefix to IBANParser
prefixed custom attributes to avoid name collisions with attributes from other libraries:
CameraViewGroup: renamed animateRotation to mb_animateRotation, animationDuration to mb_animationDuration, rotatable to mb_rotatable
BaseCameraView: renamed initialOrientation to mb_initialOrientation, aspectMode to mb_aspectMode