Darshika-Premaranjan/cheque-Information-Extraction-System ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Streamlit app for cheque image extraction.
I want to upload a cheque photo in JPG, PNG, or JPEG and see the result on the page. The app should show the original image, then detect the MICR strip at the bottom and pull out the cheque number, city code, bank code, and branch code. It should also try to read the handwritten payee name using the provided handwriting model, and show the extracted name with a confidence score if possible.
Please make it work with OCR and computer vision so the cheque regions are processed automatically. If you need to check current docs for Tesseract, Streamlit, or TensorFlow setup details, feel free to look them up. Use the included model file if available, and make the interface clean and easy to use, with the results displayed clearly on the same screen after upload.
Are you gonna build this?
make sure you review the code using coderabbit