Flutter
AI Scanning APIs
The Vision SDK supports OCR via cloud-based APIs to extract structured data from various documents like shipping labels, BOLs (Bill of Lading), and item labels. This mode leverages RESTful APIs and requires a valid API key or token and environment to be configured before making any calls. All you need to do is, capture the image of a document and then send it to relevant API.
📌 You can obtain your API key and environment details from cloud.packagex.io.
Learn how to capture an image using Vision SDK.
☁️ Cloud-based APIs
The Vision SDK cloud OCR supports the following document types:
- Shipping Labels (SL)
- Bill of Lading (BOL)
- Item Label (IL)
Let's get deep into our cloud-based APIs.
📦 Shipping Labels ( SL )
Extracts structured data such as tracking numbers, courier names, addresses, etc. More details Here
To get logistic information from a shipping label, call the following method:
🔍 Parameter Breakdown
📄 Bill of Lading ( BOL )
Detects and extracts BOL-specific fields such as carrier information, consignee details, and reference numbers. More details Here
To get logistic information from a bill of lading, call the following method:
🔍 Parameter Breakdown
🏷️ Item Labels
Recognizes SKU, GTIN, price, brand, and other item-level information printed on labels. More details Here
To get logistic information from an item label, call the following method: