java - How to reliably decode PDF417 barcodes on Android using software (not Zxing)? -


what need:

i need java library (preferably android) capable of reliably decoding pdf417 barcodes, may distorted (not flat) and/or partially obscured.

what i've tried:

the zxing pdf417 decoder still in alpha stages , lacks speed and/or reliability require. i've tried porting pdf417decode project java; ported library worked no more reliable zxing implementation.

details:

  1. decoding must take place in software; no external hardware permitted
  2. the library can cost money

any appreciated. thank time!

i have tried sdk aipsys, library native code android, fast compared java code, contact technical support details support@aipsys.com


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -