sudhanshu25012002/Extracting-phone-numbers-from-multiple-images-using-Python
This project uses the Tesseract OCR library to extract text from images. The text is then parsed using regular expressions to extract the numbers. The numbers are then written to a text file in the output directory. To use this project, simply place the input images in the input_images directory and run the Python script.
Python