• Xiaomeng Zhao's avatar
    refactor(pdf_extract_kit): implement singleton pattern for atomic models (#533) · aac91094
    Xiaomeng Zhao authored
    Refactor the pdf_extract_kit module to utilize a singleton pattern when initializing
    atomic models. This change ensures that atomic models are instantiated at most once,
    optimizing memory usage and reducing redundant initialization steps. The AtomModelSingleton
    class now manages the instantiation and retrieval of atomic models, improving the
    overall structure and efficiency of the codebase.
    aac91094
Name
Last commit
Last update
..
pek_sub_modules Loading commit data...
__init__.py Loading commit data...
doc_analyze_by_custom_model.py Loading commit data...
magic_model.py Loading commit data...
model_list.py Loading commit data...
pdf_extract_kit.py Loading commit data...
ppTableModel.py Loading commit data...
pp_structure_v2.py Loading commit data...