pdf_autofillr_plugins/__init__.py,sha256=6Ybm-_7fSXijr43hZTyK1yMzrtikUte9cgf1CAT9mBc,3220
pdf_autofillr_plugins/cli.py,sha256=X7ktcAqvVW4jGRyba3U7sCwvliuojroHTDtZjeknpe8,6480
pdf_autofillr_plugins/decorators.py,sha256=UOsTUwR41ot93TePVX7Q4Q6cv__sf6vX_OwzwnKoF18,4898
pdf_autofillr_plugins/manager.py,sha256=k2gjrES9-1dzmAIjRO9qhiWo1H_FYr1D8qC2-S61zUk,13091
pdf_autofillr_plugins/registry.py,sha256=XWOXUFRYE-PXh9SL7iNptndGMSbbLsIDn5NJI_cPp7M,8089
pdf_autofillr_plugins/builtin/__init__.py,sha256=0lYiM4l2YI3WDTH-LoeU_87pXlIyXiLeYdIPzw6iznY,1212
pdf_autofillr_plugins/builtin/data_connectors/__init__.py,sha256=JcMUwVcG7Tg3QOJgDvDc0Y8bYQdp_9sjIwxRCVkLrXA,233
pdf_autofillr_plugins/builtin/data_connectors/dict_connector.py,sha256=G6rDWFGh2pfhm5V4cLw-wkyUudHKijk6rnId9gNdm1I,3171
pdf_autofillr_plugins/builtin/data_connectors/json_file_connector.py,sha256=8lgKRPTo5h9IgdxSR7e4_ruLUAJPj26yBUQnsLz5-z8,2509
pdf_autofillr_plugins/builtin/extractors/__init__.py,sha256=55tl_q5vDK28OM7lOXoeZuZdy7jG4o8Eub-nehaHx90,264
pdf_autofillr_plugins/builtin/extractors/invoice_extractor.py,sha256=74LLHdOVofubhRi0PYyhwnnMNGcczcOqCP46cS5EZSw,3870
pdf_autofillr_plugins/builtin/extractors/passthrough_extractor.py,sha256=nVyJ7E4rEi4GMwaW19HFfESccB6QUZcaa1MdgZCdjvA,2235
pdf_autofillr_plugins/builtin/llm_adapters/__init__.py,sha256=qRoTd9sXKyTsCMvQhyaeZgM33WtLdjn67gr7BmfeavI,221
pdf_autofillr_plugins/builtin/llm_adapters/litellm_adapter.py,sha256=sOFWwVPTwWGwUl3VezRs1s7G9nWimLS3d_EIvgnp9DA,7539
pdf_autofillr_plugins/builtin/llm_adapters/noop_llm_adapter.py,sha256=2IXwK2tCioNQThVYg9F_h8ef13M4uF1jRCUb-Pxu_gQ,2584
pdf_autofillr_plugins/builtin/mappers/__init__.py,sha256=2aqs7ZJ4VjCiEJ0NgVGEyEJWgyHihCSeHYN7ODpYeDw,216
pdf_autofillr_plugins/builtin/mappers/identity_mapper.py,sha256=ARJoZBAOFPtPhGzaqkG6R9ErUmYnEjaTWiX-32RHgrA,3832
pdf_autofillr_plugins/builtin/mappers/ml_mapper.py,sha256=PK9qElbMhd4WA0Us0iefPFMt4AiAce6-Guz18uWZ524,5580
pdf_autofillr_plugins/builtin/output_formatters/__init__.py,sha256=h4nSzhtGZJsu7CBidkzRXhG0idoHVRO51aEnpFFZo-8,264
pdf_autofillr_plugins/builtin/output_formatters/json_report_formatter.py,sha256=6TN_fwgJs2dTC1QwSWBfcS2CuZXASj9dOQODGsDMa08,3964
pdf_autofillr_plugins/builtin/output_formatters/passthrough_formatter.py,sha256=foLcDTw5W-kueHZgUH9HK1IZHcmwEFg0ZC_g4hoEuVA,1729
pdf_autofillr_plugins/builtin/validators/__init__.py,sha256=4QsbJARftliwPK3OmKnlvQOeNXxC0LpUKcWaLannEXI,126
pdf_autofillr_plugins/builtin/validators/email_validator.py,sha256=J5u_sqn5e9mDjyz_blgt1L6f_XT5Uff8kZEeipNDAIM,3589
pdf_autofillr_plugins/core/__init__.py,sha256=NbsnrYrECFAnL1oUYMbyvn6Fv0DEnGGdDLX0nWUHyL4,785
pdf_autofillr_plugins/core/handler_interface.py,sha256=zxV_jFNvusvAZYknn_IORRE-uYsac0XUH7moWdVbx2w,8855
pdf_autofillr_plugins/core/storage_interface.py,sha256=WflJHZ4IW3LSwBZ1yltCh4QXhv0cHo-HsNaIfQvN7a0,7071
pdf_autofillr_plugins/interfaces/__init__.py,sha256=MAsOXv-uCkM4b_XmzFpOfJTIpGbbgRiQW7jaxR38sBs,1529
pdf_autofillr_plugins/interfaces/base_plugin.py,sha256=7CYqi4Cki807rnf9hEy6kuzShN0kB6sJdwANnkr4lZ0,3790
pdf_autofillr_plugins/interfaces/chunker_plugin.py,sha256=iYUDae6fjRDkrZUa-ZNjDh_e3lH0ixAX-7Sdrnk2dJ8,2156
pdf_autofillr_plugins/interfaces/data_connector.py,sha256=Sf-gxmP8JzbWbf9HOgYk3dyVdT0YmDzqjxQlecSSFOE,4299
pdf_autofillr_plugins/interfaces/embedder_plugin.py,sha256=b-vlwPX0Gul6KlcZmFIa_DQyGhzG3607GIOnFdEX0GA,2320
pdf_autofillr_plugins/interfaces/extractor_plugin.py,sha256=DC0wUWSPRKeE8QpLQ7hOhGhTmgrtTFCbIz7DITx9o54,3195
pdf_autofillr_plugins/interfaces/filler_plugin.py,sha256=brQB277QCdFQlGclO0oENoofMTbKt7A9fMXDIrxV_x4,2446
pdf_autofillr_plugins/interfaces/llm_adapter.py,sha256=-31oRbo1WzblodbwqNrPcT3om25sSf3vOoGOTnlvmhw,5621
pdf_autofillr_plugins/interfaces/mapper_plugin.py,sha256=drU97GgTmdglgukDF_YSjzYsidOJVkptkCKfNIXPSfI,2699
pdf_autofillr_plugins/interfaces/output_formatter.py,sha256=xuu2kTRjlJzldL8iL1J1Jk1f8HmuiQ7bD8micG3yYWo,3596
pdf_autofillr_plugins/interfaces/transformer_plugin.py,sha256=yyP1sG56aIZxkeZOyTEm4dAUDgUX1Y5iVSgpZUeQOsA,2349
pdf_autofillr_plugins/interfaces/validator_plugin.py,sha256=vVu7HodAxDBFwDnacPAaUea-SH3qLTJV8SrCqL6CZ08,2688
pdf_autofillr_plugins/usage/README.md,sha256=A_r1RKZBhQz3tZ_6_Qf4Tpm1hmYcU6-SRmVOYsq6CzM,991
pdf_autofillr_plugins/usage/chunker.md,sha256=5WiaIqoeXaszikqkgAO8hXJjdyXwrVY4C_fsJfsiA-Y,1002
pdf_autofillr_plugins/usage/data_connector.md,sha256=Di4IQVUmEWgF06v2fd4IkZq1ONrxNyN9MwepXtsBaNk,2319
pdf_autofillr_plugins/usage/embedder.md,sha256=L5s4qdtiTdbtvxbkcD7eNwq2sVJ3mtYTgpUh9bHc-NE,1175
pdf_autofillr_plugins/usage/extractor.md,sha256=0RaDlBcBJrO2N07MCmvAoiLx_VfPnG9OqmUmRr_xuZ0,1649
pdf_autofillr_plugins/usage/filler.md,sha256=sL9WFDSswiBUJ9H_fpHeXSWKJ41-UmfWSsCsJK4GWQA,1083
pdf_autofillr_plugins/usage/llm_adapter.md,sha256=3rl4K5C2TnqMv-ksGoy9jBUnv4sNY2C_MtLXWBsxK4g,3327
pdf_autofillr_plugins/usage/mapper.md,sha256=sFSPEVxKXTK-hCS8vjZ_SAJ38b1gysrMqQPbBdnoPuk,1746
pdf_autofillr_plugins/usage/output_formatter.md,sha256=Gw3x8cBLQt8zAz2F-wGRcl-LBBVVakzTn3WK5xk1lYY,1960
pdf_autofillr_plugins/usage/transformer.md,sha256=vd04FOBoCeMux0ZaWxw8heD8qu5bmNNlNKOOKsQkmOY,1428
pdf_autofillr_plugins/usage/validator.md,sha256=zJDRhWcRErsV2hZktCaT7azRJcwk6Ozv0pbQ-pIv5kE,2051
pdf_autofillr_plugins/utils/__init__.py,sha256=LjQzP7dM240UZvOanxFdmoTNBNhh0m24M_703Q1aaM4,1035
pdf_autofillr_plugins/utils/common.py,sha256=FUiCJvCksoug6dOCsukL6GJRmVLTI02jn41vqsyOyhA,8112
pdf_autofillr_plugins-0.2.0.dist-info/licenses/LICENSE,sha256=iUmH2gkZQqWV4hfLFbbImveBJnJs22Z2CQTac9T4xMw,1087
pdf_autofillr_plugins-0.2.0.dist-info/METADATA,sha256=zOnbcSdK9uGXn9Ah2RuEYwyfYAxdw3GuvYikNI4b_nE,2740
pdf_autofillr_plugins-0.2.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
pdf_autofillr_plugins-0.2.0.dist-info/entry_points.txt,sha256=PRAWNqQcox1lEfrkEOr_nqay83vKxS7SH6MziZ6ui7o,73
pdf_autofillr_plugins-0.2.0.dist-info/top_level.txt,sha256=uud3i4HcrNN2R5IHgrSAj4BZ8kKUbGzFf-iWYsKixXQ,22
pdf_autofillr_plugins-0.2.0.dist-info/RECORD,,
