Zhiwen Lin

Results 3 issues of 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...

need more information
no reply

## 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.` ![image](https://github.com/swaggo/gin-swagger/assets/45249999/ae0583d3-4896-46ea-b506-7bc553970795) refer: https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/ **Relation issue** https://github.com/swaggo/swag/issues/1802 **Additional...