smacademic / project-bdf

project-bdf created by GitHub Classroom
2 stars 0 forks source link

Process for loading images from disk into processing by Tesseract has not been defined #16

Closed afig closed 5 years ago

afig commented 5 years ago

Describe the bug Other parts of this milestone will obtain URLs for images and then download those images onto the disk. However, the process for loading those images from disk and into Tesseract for transcription has not been defined or implemented.

To Reproduce Running the current bot identified comments for processing, but no actual processing occurs.

Expected behavior After downloading the image from the internet, the bot should invoke Tesseract to perform OCR on the image.

Screenshots/Logs None applicable

Project information Start of M2 dev: cd52c716a03b0937338ac712da2ee9e8830e62ee

Additional context None