Stanislau Fink
Results
3
comments of
Stanislau Fink
@nbhupendra do you run this command inside `aster` directory?
Hi @pvlinh143bk, you could use a text detector, e.g. EAST or CRAFT to detect separate words in your image, collect the resulting images in the list, resize them to the...
Hi! To declare that some API method returns file you could use javax.ws.rs.Produces annotation with MediaType as parameter. This annotation will be processed by swagger and it will be available...