read_barcodes_from_image
Decode barcodes and QR codes from a local image by providing its file path. Get structured JSON output with barcode data.
Instructions
Read barcodes and QR codes from a local image using the PDF4me ReadBarcodesfromImage API. Provide the image path and optionally image type (JPG, PNG, GIF, BMP, TIFF, WEBP). (payload key isAsync). Returns structured barcode data as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Local path to the image file. | |
| image_type | No | Image type passed to API payload. If omitted, inferred from extension (unknown defaults to JPG). |