PNG JPG BMP TIFF SVG
Aspose.BarCode  for Android via Java
Singapore Post

قراءة الرموز الشريطية لـ Singapore Post باستخدام Android via Java

اقرأ Singapore Post الرمز الشريطي في Java باستخدام Aspose.BarCode من جانب الخادم لواجهة برمجة تطبيقات Android via Java

How to Read Singapore Post الرمز الشريطي Using Android via Java

جرب Aspose.BarCode لنظام Android عبر Java لاكتشاف وقراءة Singapore Post الرمز الشريطي داخل تطبيقات Android بسهولة. إنها واجهة برمجة تطبيقات باركود غنية وقابلة للتطوير وسهلة الاستخدام مخصصة لتطبيقات Android. احصل على Aspose.BarCode لـ Java مباشرة من مشروع قائم على Maven عن طريق إضافة التكوينات التالية إلى build.gradle:

Command

  maven { url "http://repository.aspose.com/repo/" }

Command

  implementation group: 'com.aspose', name: 'aspose-barcode', version: '23.XX', ext: 'aar'      
  implementation group: 'com.aspose', name: 'aspose-barcode', classifier: 'control.android.via.java-javadoc', version: '23.XX' 

خطوات فحص Singapore Post الرمز الشريطي في Java

Aspose.BarCode يسمح للمطورين بقراءة الرموز الشريطية Singapore Post الرمز الشريطي من الدفق أو الصورة مع بضعة أسطر من التعليمات البرمجية

  • إنشاء مثيل لفئة BarCodeReader
  • تحديد مسار الصورة المصدر الذي يحتوي على Singapore Post الرمز الشريطي
  • تحديد أنواع الرموز الشريطية المستهدفة في DecodeType على أنها المعلمة الثانية
  • تكرار نتائج التعرف
  • تحميل النص الذي تم فك ترميزه باستخدام طريقة getCodeText

متطلبات النظام

يتم دعم واجهات برمجة التطبيقات Aspose على جميع المنصات وأنظمة التشغيل الرئيسية. قبل تنفيذ نموذج التعليمات البرمجية أدناه ، يرجى التأكد من أن نظامك يتوافق مع المتطلبات التالية.

  • Microsoft Windows أو Linux أو أي نظام تشغيل متوافق مع Android Runtime Environment
  • Android SDK v.30
  • أنظمة Android التي تعمل بنظام التشغيل Android OS 2.0 أو إصدار أحدث
Ready to recognize يميز قم بإسقاط ملف هنا أو انقر للتصفح *

* بتحميل ملفاتك أو استخدام الخدمة ، فإنك توافق على شروط استخدم و سياسة الخصوصية .

Code to be executed - Java

    
// initialize reader with image & expected type
BarCodeReader reader = new BarCodeReader(var reader = new Aspose.BarCode.BarCodeReader("<file name>", DecodeType.SingaporePost);

// read code
while (reader.read()) {
    // print the code type & text
    System.out.println("Type: " + reader.getCodeType() + " Text: " + reader.getCodeText());
}

نتيجة الاعتراف

Other Supported Barcode Recognition Symbologies

Using Android via Java, One can also read barcode of different symbologies including the following.

2D:

Linear:

Postal: