doctr-tfjs-demo icon indicating copy to clipboard operation
doctr-tfjs-demo copied to clipboard

Javascript demo of docTR, powered by TensorFlowJS

Results 26 doctr-tfjs-demo issues
Sort by recently updated
recently updated
newest added

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @​dlafreniere in lquixada/cross-fetch#124 New Contributors @​dlafreniere made their...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.20 to 3.3.1. Changelog Sourced from nanoid's changelog. 3.3.1 Reduced package size. 3.3 Added size argument to function from customAlphabet (by Stefan Sundin). 3.2 Added --size and...

dependencies

Add a loading bar to display instead of a blank page when loading the demo.

help wanted

While trying to build the image i get an error on RUN yarn install layer: error An unexpected error occurred: "https://node.bit.dev/@mindee/web-elements.assets/-/@mindee-web-elements.assets-0.0.22.tgz: Request failed \"423 Locked\"".

Demo: https://demo-doctr-tensorflowjs.mindee.com/ Used test image: ![test-ocr-2](https://github.com/user-attachments/assets/ff1971d3-c402-4026-ab9b-d7f8048df86a) Result: ![image](https://github.com/user-attachments/assets/fe65fb64-eeb2-48fe-93b1-74ad417b266f) ![image](https://github.com/user-attachments/assets/463aa493-901b-47af-957e-3561d7dab696) Anyone knows what's going on?

I was setting up node, yarn for installation. As the project uses an older react version (17), I also need older node versions: nvm install 14 nvm use 14 npm...