yuriy-budiyev / code-scanner

Code scanner library for Android, based on ZXing
MIT License
1.11k stars 267 forks source link

1D code recognition when code is vertical #7

Closed danielto closed 6 years ago

danielto commented 6 years ago

Hi,

Is it possible to add feature to recognize 1D barcode (EAN) when code is placed vertically?

The application is made to be portrait only, but I need to be able to scan codes in all orientations without moving the device.

Here is the screenshot from my app where you can see what do I need.

screenshot_20180225-220649

Thank you for your help.

yuriy-budiyev commented 6 years ago

I don't think this is possible becuse ZXing library is used to decode images (https://github.com/zxing/zxing). Btw, I always use lateast version of this lib, so if they add something like this, it become avilable here.