Sunday 23 August 2020

Searching for image recognition API

Hi there, I'm attempting to work on a CLI App that will accept a PDF as input and output a list of list of colors found within the image displayed on the PDF by their relative frequency.I realize I'm missing implementation details here, I feel confident enough to figure those out on my own. I'm just hoping for a link to a library capable of solving this problem if anyone is familiar with one.I have found PDF.js which seems to convert a PDF into a canvas element, and I suppose I could brute force something from there but I'm hoping for a little more elegance.

Submitted August 23, 2020 at 09:16PM by TollTrollTallTale

No comments:

Post a Comment