# Extract the full text to work with the entire document
full_extracted_text = pytesseract.image_to_string(image)
# Display all the extracted text for detailed analysis
full_extracted_text