Spaces:
Running
Running
File size: 1,754 Bytes
d0a3fab | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | # `picarones.adapters` — implémentations concrètes
## OCR
::: picarones.adapters.ocr.base
options:
show_root_heading: true
::: picarones.adapters.ocr.tesseract
options:
show_root_heading: true
members: ["TesseractAdapter"]
::: picarones.adapters.ocr.pero_ocr
options:
show_root_heading: true
members: ["PeroOCRAdapter"]
::: picarones.adapters.ocr.mistral_ocr
options:
show_root_heading: true
members: ["MistralOCRAdapter"]
::: picarones.adapters.ocr.google_vision
options:
show_root_heading: true
members: ["GoogleVisionAdapter"]
::: picarones.adapters.ocr.azure_doc_intel
options:
show_root_heading: true
members: ["AzureDocIntelAdapter"]
## LLM
::: picarones.adapters.llm.base
options:
show_root_heading: true
members: ["BaseLLMAdapter", "LLMAdapterError", "LLMResult", "normalize_llm_content"]
::: picarones.adapters.llm.anthropic_adapter
options:
show_root_heading: true
::: picarones.adapters.llm.openai_adapter
options:
show_root_heading: true
::: picarones.adapters.llm.mistral_adapter
options:
show_root_heading: true
::: picarones.adapters.llm.ollama_adapter
options:
show_root_heading: true
## VLM
::: picarones.adapters.vlm.base
options:
show_root_heading: true
members: ["BaseVLMAdapter", "VLMAdapterError"]
## Storage
::: picarones.adapters.storage.artifact_store
options:
show_root_heading: true
::: picarones.adapters.storage.job_store
options:
show_root_heading: true
## Helpers
::: picarones.adapters.output_paths
options:
show_root_heading: true
::: picarones.adapters._retry
options:
show_root_heading: true
|