Flutter
Error Reporting
You can report problems encountered during on-device OCR extraction using built-in reporting functions. Any error occurring internally is sent automatically if the device has an internet connection. If not, the SDK will save the error and post it once connectivity is restored. But you can also report issues of predictions to us. Let's dive into how can you report an issue.
๐งพ Reporting an Issue Manually
Reporting an issue is basically just an API call. So, to report an issue manually from the on-device OCR process, you'll need the ApiManager
object here again, like our other cloud-based services:
๐ Parameter Breakdown
๐ Retrieving SDK Logs
To assist with debugging or support, you can also retrieve the internal SDK logs using:
This method returns a String
path, pointing to a ZIP file that contains SDK usage logs. These logs do not include any user-related or sensitive information and are intended for error tracking purposes only.
You can upload this ZIP file to your bug report system or share it with the PackageX support team for deeper investigation.