mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Doc: style fix (#11295)
### What problem does this PR solve? Style fix based on #11283 ### Type of change - [x] Documentation Update
This commit is contained in:
@ -434,7 +434,7 @@ class MinerUParser(RAGFlowPdfParser):
|
|||||||
if not section.strip():
|
if not section.strip():
|
||||||
section = "FAILED TO PARSE TABLE"
|
section = "FAILED TO PARSE TABLE"
|
||||||
case MinerUContentType.IMAGE:
|
case MinerUContentType.IMAGE:
|
||||||
section = "".join(output.get(["image_caption"],[])) + "\n" + "".join(output.get(["image_footnote"],[]))
|
section = "".join(output.get("image_caption", [])) + "\n" + "".join(output.get("image_footnote", []))
|
||||||
case MinerUContentType.EQUATION:
|
case MinerUContentType.EQUATION:
|
||||||
section = output["text"]
|
section = output["text"]
|
||||||
case MinerUContentType.CODE:
|
case MinerUContentType.CODE:
|
||||||
|
|||||||
@ -15,7 +15,7 @@ To access the RAGFlow admin UI, append `/admin` to the web UI's address, e.g. `h
|
|||||||
### Default Credentials
|
### Default Credentials
|
||||||
| Username | Password |
|
| Username | Password |
|
||||||
|----------|----------|
|
|----------|----------|
|
||||||
| admin@ragflow.io | admin |
|
| `admin@ragflow.io` | `admin` |
|
||||||
|
|
||||||
## Admin UI Overview
|
## Admin UI Overview
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user