doc_to_benchmark/__init__.py,sha256=aE6AQFa_qgW05tsiEkA2d5y24ALkF9fS0B0zBJ7fOfg,131
doc_to_benchmark/__main__.py,sha256=EClCwCzb6h6YBpt0hrnG4h0mlNhNePyg_xBNNSVm1os,65
doc_to_benchmark/cli.py,sha256=fecn2P91SBn5wzytkOerf8thmYPvvVvow6FAkWbvX64,923
doc_to_benchmark/database.py,sha256=Q1NFPnY-EfUnI0NtP8skNLBF-XpBF66DDc1H9AQFsgU,3510
doc_to_benchmark/generate_benchmark.py,sha256=gJpQocdOPhTQW-tON7salx9NfD1u1PlbjPb8Ls7OcuY,24702
doc_to_benchmark/models.py,sha256=MoOGCRWsGybij_wqqf1O5xBHW3I4R0C_E2c4Y0hnKuc,6332
doc_to_benchmark/ocr_pipeline.py,sha256=tE8ZtA-l4ozlluMOf2_bMSoH-Vkd8rmgFqMkfJkINfc,14036
doc_to_benchmark/pdf_processing.py,sha256=cP6BmrYUeG0k3LFk2n0R02KX6cxOG2ihAedU567tuqs,8393
doc_to_benchmark/schemas.py,sha256=JyMZRNCKCNeAS3YTSWSS_cGfhPuHL7ErPfUxxvwSj58,3085
doc_to_benchmark/seed_data.py,sha256=0JMmHy3Mo0em6XjnwUvXoMnDdn2Wk1bdQNARHfZ6-yI,12779
doc_to_benchmark/storage.py,sha256=F8aphrGPrFKrh3S60Um-B5XrIXdm5YiD36EY6TgHcaw,3471
doc_to_benchmark/api/__init__.py,sha256=mh9U61meLsT6qO16J3uat-r5Ru7phljbL4NgFWvoITo,134
doc_to_benchmark/api/dependencies.py,sha256=uB5ESCIHKYP-t_Cytz8E6yEiqvpJaqwDLlq4_haYvZg,620
doc_to_benchmark/api/routes.py,sha256=qBmbNBalH2ugBe9AEYf74hrZcIknbbTRUqLv-mjVXpo,21686
doc_to_benchmark/ocr_agent/__init__.py,sha256=IxIDBATsdR2SPmkxcwkMi4QMaKSCLCJTqrNv9DFcAns,274
doc_to_benchmark/ocr_agent/config.py,sha256=FfMDVy7xGspAtPQWlv97xSAyRfI0IBGBj_kB8Sq9DsI,6091
doc_to_benchmark/ocr_agent/graph.py,sha256=WJhSKMsawETjs9nNXJU7mX74wYTloj53cC3m3YxI0YA,9421
doc_to_benchmark/ocr_agent/main.py,sha256=yuZS7l24z4lOKCs2DsKiirFBKYhlOQ68DkdRu242ou0,5274
doc_to_benchmark/ocr_agent/state.py,sha256=ew-Xp5icur92pEfqQYlx5sGn7FL71QJZ6LAF0KtlBV0,9859
doc_to_benchmark/ocr_agent/agents/__init__.py,sha256=ewa_8aKAltIfnz-ZKiSacezdHhnZ7NRR8tDBNsPEIw4,378
doc_to_benchmark/ocr_agent/agents/basic_extraction_agent.py,sha256=UDt09l9h5p1ak4vh3_8Y0Ak4DPJHIXCGmLFgVMLvgA8,9447
doc_to_benchmark/ocr_agent/agents/judge_agent.py,sha256=AP5Nm6Gqs4hAOKbxxd6e4sGZ2_Jb1wAAZ8XQqRqESwE,12592
doc_to_benchmark/ocr_agent/agents/report_generator.py,sha256=tIaOSxbquvjYQGHhDgV33CPr8NRNi0h343fth8gVyBs,21643
doc_to_benchmark/ocr_agent/agents/validation_agent.py,sha256=w04d28ew1PiNGHklc0yqGovf0Y_KL6pjV5OvHdP6IOc,26214
doc_to_benchmark/ocr_agent/prompts/__init__.py,sha256=-Bg7g1NA0cVf1lp9RFKSVd0MDUsLjoxIYjxU-32XPGk,270
doc_to_benchmark/ocr_agent/prompts/judge_prompts.py,sha256=JFiGFtY15GW1GzoPRYj-ONNek_PfK7u3NG_-IVXkqI8,9006
doc_to_benchmark/ocr_agent/prompts/validation_prompts.py,sha256=_A7G0iPwqFRdw6JAD05NsG9udh2XCtvbmAHSKf5vnRs,7216
doc_to_benchmark/ocr_agent/tools/__init__.py,sha256=ar-ZLFaMpPUwof0We0arrIV2aQ1VuDgiWUSLfJbeUzU,655
doc_to_benchmark/ocr_agent/tools/custom_split_tool.py,sha256=qVYAZQkCSBw1lvWtSA1FtZEj_RnyK1UyFjYT1oILk3Y,12901
doc_to_benchmark/ocr_agent/tools/layout_parser_tool.py,sha256=BU1uKEI8Gyd-h-rAFHzPbvUHWLtZiMrHvgKuGlamho8,3395
doc_to_benchmark/ocr_agent/tools/pdfminer_tool.py,sha256=NiH4-U4UuRzrBRXszw9xyJtmyKVX2DG1Um4e-rGx4Ek,3661
doc_to_benchmark/ocr_agent/tools/pdfplumber_tool.py,sha256=QzTPQgdjqZezDT8j8iTdQ_4MwIw2U6TI_7o2DQ_iuGw,3500
doc_to_benchmark/ocr_agent/tools/pypdfium2_tool.py,sha256=5L7EQFMqMuryxpDRWi_sXyUxWugfII7CesWvjCluxH4,4075
doc_to_benchmark/ocr_agent/tools/table_enhancement_tool.py,sha256=84urlZ5jRecJO374t5A-zC5xuDFJxivQ6f3Sv7SpcWg,5707
doc_to_benchmark/ocr_agent/tools/upstage_document_parse_tool.py,sha256=3D4PD0Ica2-xd-f1C9pwzhl6fgex9ztYjVJ8f1L3KP8,8526
doc_to_benchmark/ocr_agent/tools/upstage_ocr_tool.py,sha256=IyqtFUYitIKjQ2SY7kW-bgWdMvoecbJ-z5PWBLL5OX0,6800
doc_to_benchmark/ocr_agent/utils/__init__.py,sha256=iJ6ozfGToCegvzoS0LbC8Q6aRZq6tL7vkw3pAvPStYY,279
doc_to_benchmark/ocr_agent/utils/file_utils.py,sha256=o6lfX_SxVeTj8TkZmc0hxphEVkqzpKco2Ic4NmrOZ3I,4401
doc_to_benchmark/ocr_agent/utils/llm_client.py,sha256=I1xBwDAaZrxDjOBgM3Zjn97i3iiT10p5sA-cmRHanHk,3919
doc_to_benchmark/ocr_agent/utils/metrics.py,sha256=alYDIdKpayEBQO747rwVqYjkkawzY5etOeVU5rFBd2s,16097
doc_to_benchmark/static/index.html,sha256=4XUUF9vrZ3GDIINLTA7KfFaBxrqy5rMs-qk6Sr9TSP8,636
doc_to_benchmark/static/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
doc_to_benchmark/static/assets/index-BZ29wlRN.css,sha256=ggrbkgWgB0MIO6OnclWeLldLfHQ-Vwh7L0q1w6A-14I,10070
doc_to_benchmark/static/assets/index-CwS5OJKv.js,sha256=RlxSwN7BlB6sobcgUZdMlndsv7z1dnacyR8r9agI3J8,194015
doc_to_benchmark-0.1.0.dist-info/METADATA,sha256=-v-THOqHjPITmjiydswwwbCpUNobaljIaS9dM-s1Mps,6190
doc_to_benchmark-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
doc_to_benchmark-0.1.0.dist-info/entry_points.txt,sha256=RGja1FSIJM2aaPbUAvrTOCaYvBR4Y46WkSPZBUAGqpQ,63
doc_to_benchmark-0.1.0.dist-info/top_level.txt,sha256=x9pyRBCzzxCpT-An-JcZCJlzYoiDfq2c-TElAcdZ_rM,17
doc_to_benchmark-0.1.0.dist-info/RECORD,,
