1
1 Comment

How to make a book scanner mobile app (both with cover scanning and ISBN scanning)?

Like goodreads, but I'm specifically asking for the scanning part.

on May 26, 2020
  1. 1

    Lots of popular open source JavaScript libraries that help you do this! If you're building a native app, you could offload this logic to the server as well.

    Here's one example: https://serratus.github.io/quaggaJS/

    I've used this before in a nutritional foods scanning context.