--------------------------------------------------------------------------- mineru — Go-native, calls self-hosted MinerU API directly ---------------------------------------------------------------------------
| 102 | // --------------------------------------------------------------------------- |
| 103 | |
| 104 | type mineruEngine struct{} |
| 105 | |
| 106 | func (e *mineruEngine) Name() string { return "mineru" } |
| 107 | func (e *mineruEngine) Description() string { return "MinerU self-hosted service" } |
nothing calls this directly
no outgoing calls
no test coverage detected