Zhiwen Lin
Zhiwen Lin
# Summary Hi, I wrote a ocrserver based on `gosseract` (frontend page based on `https://github.com/otiai10/ocrserver`), below description all can be found in https://github.com/lzw5399/ocrserver. There is a demand that OCR the...
## dockerfile ``` FROM microsoft/dotnet:2.1-aspnetcore-runtime-alpine3.7 AS base WORKDIR /docker EXPOSE 5000 RUN echo 'http://mirrors.aliyun.com/alpine/v3.7/main' > /etc/apk/repositories && \ echo 'http://mirrors.aliyun.com/alpine/v3.7/community' >> /etc/apk/repositories && \ echo 'http://mirrors.aliyun.com/alpine/edge/testing' >> /etc/apk/repositories && \...
**Describe the PR** add defaultModelsExpandDepth option for SwaggerUIBundle, to support configure the `The default expansion depth for the model on the model-example section.`  refer: https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/ **Relation issue** https://github.com/swaggo/swag/issues/1802 **Additional...