Purpose: To develop and evaluate a deep learning-based quality control system for Lumbar Spinal Digital Radiographs (LSDR), designed to automate and improve their evaluation and reduce reliance on manual reviews. Methods: This retrospective study utilized a deep learning workflow comprising image segmentation, feature extraction, and a classification model. The dataset, including anteroposterior (AP) and lateral (LAT) X-ray images, was expanded through data augmentation techniques. Four U-Net-based models were assessed: standard U-Net, Swin-UNet, Attention U-Net, and Attention U-Net with weighted attention, with the latter selected for its superior performance. Extracted features, such as brightness, contrast, and anatomical positioning, were used in an XGBoost classifier, which was evaluated using mean intersection over union (mIoU), accuracy, sensitivity, specificity, and AUC. Results: The Attention U-Net with weighted attention outperformed the other models, achieving high mIoU scores in both AP and LAT views. The XGBoost classifier achieved the best performance in classifying images as “qualified” or “unqualified,” with an AUC of approximately 0.9, high accuracy, and balanced sensitivity and specificity. This approach effectively addressed class imbalances and improved model accuracy compared to traditional machine learning models such as MLP and SVM. Conclusion: The developed automated quality control system demonstrated potential for enhancing image quality, enhancing diagnostic reliability, and optimizing clinical workflow efficiency.