Commit 05c3c95e authored by myhloli's avatar myhloli

docs(README): remove empty line in table-config example

- Delete unnecessary empty line in the table-config JSON example- Improve readability and formatting consistency in the configuration example
parent c3c91dc4
...@@ -241,7 +241,6 @@ You can modify certain configurations in this file to enable or disable features ...@@ -241,7 +241,6 @@ You can modify certain configurations in this file to enable or disable features
"table-config": { "table-config": {
"model": "tablemaster", // When using structEqTable, please change to "struct_eqtable". "model": "tablemaster", // When using structEqTable, please change to "struct_eqtable".
"enable": false, // The table recognition feature is disabled by default. If you need to enable it, please change the value here to "true". "enable": false, // The table recognition feature is disabled by default. If you need to enable it, please change the value here to "true".
"max_time": 400 "max_time": 400
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment