magic-pdf.template.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "bucket_info":{
  3. "bucket-name-1":["ak", "sk", "endpoint"],
  4. "bucket-name-2":["ak", "sk", "endpoint"]
  5. },
  6. "models-dir":"/tmp/models",
  7. "layoutreader-model-dir":"/tmp/layoutreader",
  8. "device-mode":"cpu",
  9. "layout-config": {
  10. "model": "doclayout_yolo"
  11. },
  12. "formula-config": {
  13. "mfd_model": "yolo_v8_mfd",
  14. "mfr_model": "unimernet_small",
  15. "enable": true
  16. },
  17. "table-config": {
  18. "model": "rapid_table",
  19. "enable": true,
  20. "max_time": 400
  21. },
  22. "llm-aided-config": {
  23. "formula_aided": {
  24. "api_key": "your_api_key",
  25. "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
  26. "model": "qwen2.5-7b-instruct",
  27. "enable": false
  28. },
  29. "text_aided": {
  30. "api_key": "your_api_key",
  31. "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
  32. "model": "qwen2.5-7b-instruct",
  33. "enable": false
  34. },
  35. "title_aided": {
  36. "api_key": "your_api_key",
  37. "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
  38. "model": "qwen2.5-32b-instruct",
  39. "enable": false
  40. }
  41. },
  42. "config_version": "1.1.0"
  43. }