mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
feat: working on adding HF models for figure analysis (2)
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
parent
30a0ef69b4
commit
8f1fd366ee
13
docling/models/figure_model.py
Normal file
13
docling/models/figure_model.py
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
|
||||||
|
class BaseFigureModel:
|
||||||
|
|
||||||
|
def __init__(self, config):
|
||||||
|
self.config = config
|
||||||
|
|
||||||
|
class FlorenceFigureModel(BaseFigureModel):
|
||||||
|
pass
|
||||||
|
|
||||||
|
class OneChartFigureModel(BaseFigureModel):
|
||||||
|
pass
|
||||||
|
|
Loading…
Reference in New Issue
Block a user