What it does: This program takes a series of cartoon images and returns the text displayed in them in order.

How we built it: We used pillow and pytesseract to call the image files and then read the text displayed in them for each image, saving the text in a variable in order to maintain their order.

Challenges we ran into: We ran into problems getting the image file to be found by pillow in order to be used in the program. I believe this issue was caused by an issue with my user profile name, and hopefully this aspect of the program works.

Accomplishments that we're proud of: I am proud of identifying effective tools to use for this assignment so that the code did not have to be rewritten too many times trying to find the best solution. I am also proud of how I troubleshooted the issue with identifying the image file location.

What we learned: We learned how to call different python packages and utilize their modules to use analyze files in a program

What's next for CBRE Challenge: Get in Line Text Reader to read any number of lengths of stories comnpared to just this cartoon's length.

Built With

Share this project:

Updates