├── .gitignore ├── LICENSE ├── README.md ├── image.png ├── ocr.png └── worker.js /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cunninger/ocr-based-qwen/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cunninger/ocr-based-qwen/HEAD/README.md -------------------------------------------------------------------------------- /image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cunninger/ocr-based-qwen/HEAD/image.png -------------------------------------------------------------------------------- /ocr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cunninger/ocr-based-qwen/HEAD/ocr.png -------------------------------------------------------------------------------- /worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cunninger/ocr-based-qwen/HEAD/worker.js --------------------------------------------------------------------------------