neozhu / RazorPageCleanArchitecture

This is a solution for creating the Razor Pages Application with ASP.NET Core(.net 7.0) following the principles of Clean Architecture
https://commercial.blazorserver.com/
MIT License
401 stars 94 forks source link

Where is the OCR source code corresponding to the website http://razor.i247365.net? Can it be deployed locally? #101

Closed dizhenx closed 6 months ago

dizhenx commented 1 year ago

Where is the OCR source code corresponding to the website http://razor.i247365.net? Can it be deployed locally?

neozhu commented 1 year ago

sure

dizhenx commented 1 year ago

sure

After executing "Navigate to src/WebUI/ClientApp and run npm start to launch the front end (Angular)," when I log in to the browser interface, the page appears in its original state. It doesn't have the OCR interface functionality displayed at razor.i247365.net. How can I load the OCR interface?

neozhu commented 1 year ago

You can refer to this open source project https://github.com/PaddlePaddle/PaddleOCR. It provides a Docker image, which you can use to run a Docker container and then it's ready to use.