changed logic in ocr

This commit is contained in:
dhanabalan
2025-10-29 09:19:10 +05:30
parent b44c193aa2
commit d5b1903d32

View File

@@ -289,7 +289,7 @@ class OcrValidationResource extends Resource
$pdf->SetTextColor(0, 0, 0); $pdf->SetTextColor(0, 0, 0);
$slots = [ $slots = [
['x' => 19, 'y' => 37.4, 'w' => 46.5, 'h' => 3.5], // 1st serial ['x' => 19, 'y' => 37.9, 'w' => 46.5, 'h' => 3.5], // 1st serial
]; ];
$qrSlots = [ $qrSlots = [