magic-pdf.template.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "sub_model": "slanet_plus",
  20. "enable": true,
  21. "max_time": 400
  22. },
  23. "latex-delimiter-config": {
  24. "display": {
  25. "left": "$$",
  26. "right": "$$"
  27. },
  28. "inline": {
  29. "left": "$",
  30. "right": "$"
  31. }
  32. },
  33. "llm-aided-config": {
  34. "formula_aided": {
  35. "api_key": "your_api_key",
  36. "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
  37. "model": "qwen2.5-7b-instruct",
  38. "enable": false
  39. },
  40. "text_aided": {
  41. "api_key": "your_api_key",
  42. "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
  43. "model": "qwen2.5-7b-instruct",
  44. "enable": false
  45. },
  46. "title_aided": {
  47. "api_key": "your_api_key",
  48. "base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
  49. "model": "qwen2.5-32b-instruct",
  50. "enable": false
  51. }
  52. },
  53. "config_version": "1.2.1"
  54. }