natural-pdf 0.1.36__tar.gz → 0.1.38__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {natural_pdf-0.1.36/natural_pdf.egg-info → natural_pdf-0.1.38}/PKG-INFO +1 -1
- natural_pdf-0.1.38/docs/tutorials/01-loading-and-extraction.ipynb +312 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/02-finding-elements.ipynb +42 -42
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/03-extracting-blocks.ipynb +17 -17
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/04-table-extraction.ipynb +30 -30
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/05-excluding-content.ipynb +29 -29
- natural_pdf-0.1.38/docs/tutorials/06-document-qa.ipynb +444 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/07-layout-analysis.ipynb +41 -41
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/07-working-with-regions.ipynb +58 -58
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/08-spatial-navigation.ipynb +71 -71
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/09-section-extraction.ipynb +93 -93
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/10-form-field-extraction.ipynb +57 -57
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/11-enhanced-table-processing.ipynb +154 -154
- natural_pdf-0.1.38/docs/tutorials/12-ocr-integration.ipynb +4875 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/13-semantic-search.ipynb +142 -142
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/14-categorizing-documents.ipynb +505 -505
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/guides.py +1053 -26
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/core/page.py +274 -46
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/core/pdf.py +116 -30
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/elements/collections.py +48 -7
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/elements/region.py +179 -17
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/elements/text.py +36 -2
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/flows/region.py +128 -26
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/selectors/parser.py +24 -0
- natural_pdf-0.1.38/natural_pdf/utils/layout.py +26 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/utils/text_extraction.py +76 -1
- {natural_pdf-0.1.36 → natural_pdf-0.1.38/natural_pdf.egg-info}/PKG-INFO +1 -1
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf.egg-info/SOURCES.txt +5 -0
- natural_pdf-0.1.38/pdfs/confidential.pdf +0 -0
- natural_pdf-0.1.38/pdfs/pdf_sample_land_registry_japan.PDF +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_document_qa.py +1 -1
- natural_pdf-0.1.38/tests/test_exclusions.py +177 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_guides.py +49 -23
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_guides_integration.py +6 -6
- natural_pdf-0.1.38/tests/test_multi_page_table_discovery.py +356 -0
- natural_pdf-0.1.36/docs/tutorials/01-loading-and-extraction.ipynb +0 -312
- natural_pdf-0.1.36/docs/tutorials/06-document-qa.ipynb +0 -445
- natural_pdf-0.1.36/docs/tutorials/12-ocr-integration.ipynb +0 -4875
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/.cursor/rules/analysis_framework.mdc +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/.cursor/rules/coding-style.mdc +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/.cursor/rules/edit-md-instead-of-ipynb.mdc +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/.cursor/rules/minimal-comments.mdc +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/.cursor/rules/natural-pdf-overview.mdc +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/.cursor/rules/user-friendly-library-code.mdc +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/.github/workflows/docs.yml +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/.gitignore +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/.pre-commit-config.yaml +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/01-execute_notebooks.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/02-run_all_tutorials.sh +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/CLAUDE.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/LICENSE +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/MANIFEST.in +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/README.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/audit_packaging.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/1A4PPW1_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/analysis/1A4PPW1/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/analysis/1A4PPW1/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/analysis/1A4PPW1/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/analysis/1A4PPW1/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/analysis/1A4PPW1/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/analysis/1A4PPW1/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/analysis/1A4PPW1/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/analysis/1A4PPW1/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/detailed_analysis_final/1A4PPW1_The arabic text_detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/1A4PPW1_The arabic text/detailed_analysis_final/page_11.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /2EAOEvb_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /analysis/2EAOEvb/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /analysis/2EAOEvb/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /analysis/2EAOEvb/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /analysis/2EAOEvb/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /analysis/2EAOEvb/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /analysis/2EAOEvb/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /analysis/2EAOEvb/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /detailed_analysis_final/2EAOEvb_The text_ without beeing divided in 2 columns and _detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/2EAOEvb_The text_ without beeing divided in 2 columns and /detailed_analysis_final/page_98.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Focus/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Focus/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Focus/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Focus/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Focus/page_1_regions_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Focus/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Focus/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Gx9jayj_A CSV of all the complaints_ officers and details/Gx9jayj_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Gx9jayj_A CSV of all the complaints_ officers and details/analysis/Gx9jayj/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Gx9jayj_A CSV of all the complaints_ officers and details/analysis/Gx9jayj/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Gx9jayj_A CSV of all the complaints_ officers and details/analysis/Gx9jayj/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Gx9jayj_A CSV of all the complaints_ officers and details/analysis/Gx9jayj/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Gx9jayj_A CSV of all the complaints_ officers and details/analysis/Gx9jayj/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Gx9jayj_A CSV of all the complaints_ officers and details/analysis/Gx9jayj/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Gx9jayj_A CSV of all the complaints_ officers and details/analysis/Gx9jayj/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Gx9jayj_A CSV of all the complaints_ officers and details/analysis/Gx9jayj/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/GxpvezO_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/analysis/GxpvezO/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/analysis/GxpvezO/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/analysis/GxpvezO/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/analysis/GxpvezO/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/analysis/GxpvezO/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/analysis/GxpvezO/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/analysis/GxpvezO/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/analysis/GxpvezO/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/analysis/GxpvezO/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/analysis/GxpvezO/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/detailed_analysis_final/GxpvezO_The table in Nepali on page 30 _in between the tex_detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/detailed_analysis_final/page_30.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/enhanced_analysis_10/GxpvezO_The table in Nepali on page 30 _in between the tex_enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/enhanced_analysis_10/analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/GxpvezO_The table in Nepali on page 30 _in between the tex/enhanced_analysis_10/page_30.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./J9lKd7Y_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./analysis/J9lKd7Y/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./analysis/J9lKd7Y/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./analysis/J9lKd7Y/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./analysis/J9lKd7Y/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./analysis/J9lKd7Y/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./analysis/J9lKd7Y/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./analysis/J9lKd7Y/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./analysis/J9lKd7Y/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./detailed_analysis_final/J9lKd7Y_Table in Slovenian _e.g. on page 80_._detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./detailed_analysis_final/page_80.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./enhanced_analysis_10/J9lKd7Y_Table in Slovenian _e.g. on page 80_._enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./enhanced_analysis_10/analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9lKd7Y_Table in Slovenian _e.g. on page 80_./enhanced_analysis_10/page_80.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/J9px44R_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/analysis/J9px44R/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/analysis/J9px44R/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/analysis/J9px44R/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/analysis/J9px44R/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/analysis/J9px44R/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/analysis/J9px44R/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_10.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_10_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_10_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_10_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_10_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_10_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_2.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_2_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_2_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_2_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_2_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_2_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_3.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_3_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_3_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_3_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_3_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_3_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_3_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_3_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_4.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_4_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_4_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_4_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_4_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_4_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_5.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_5_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_5_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_5_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_5_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_5_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_5_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_6.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_6_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_6_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_6_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_6_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_6_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_6_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_6_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_6_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_7.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_7_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_7_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_7_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_7_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_7_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_7_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_7_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_7_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_8.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_8_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_8_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_8_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_8_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_8_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_8_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_8_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_8_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_9.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_9_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_9_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_9_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_9_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_9_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_9_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_9_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis/J9px44R/page_9_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis_final/J9px44R_Tables of Senate office expenditures_detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/J9px44R_Tables of Senate office expenditures/detailed_analysis_final/page_1489.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/NplKG2O_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/analysis/NplKG2O/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/analysis/NplKG2O/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/analysis/NplKG2O/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/analysis/NplKG2O/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/analysis/NplKG2O/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/analysis/NplKG2O/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/analysis/NplKG2O/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/analysis/NplKG2O/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/analysis/NplKG2O/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/enhanced_analysis_10/NplKG2O_Try to see if natural-pdf can process non-standard_enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/enhanced_analysis_10/analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/NplKG2O_Try to see if natural-pdf can process non-standard/enhanced_analysis_10/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/OD49rjM_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/analysis/OD49rjM/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/analysis/OD49rjM/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/analysis/OD49rjM/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/analysis/OD49rjM/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/analysis/OD49rjM/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/analysis/OD49rjM/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/analysis/OD49rjM/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/analysis/OD49rjM/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/detailed_analysis_final/OD49rjM_Just being able to make sense of any of it. It_s b_detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/OD49rjM_Just being able to make sense of any of it. It_s b/detailed_analysis_final/page_17303.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/ODX1DW8_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/analysis/ODX1DW8/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/analysis/ODX1DW8/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/analysis/ODX1DW8/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/analysis/ODX1DW8/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/analysis/ODX1DW8/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/analysis/ODX1DW8/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/analysis/ODX1DW8/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/analysis/ODX1DW8/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/enhanced_analysis/ODX1DW8_enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/enhanced_analysis/enhanced_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/enhanced_analysis/page_178.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/enhanced_analysis/page_179.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODX1DW8_The large table on page 179/enhanced_analysis/page_180.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/ODXl8aR_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/analysis/ODXl8aR/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/analysis/ODXl8aR/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/analysis/ODXl8aR/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/analysis/ODXl8aR/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/analysis/ODXl8aR/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/analysis/ODXl8aR/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/analysis/ODXl8aR/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/analysis/ODXl8aR/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/analysis/ODXl8aR/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/analysis/ODXl8aR/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/detailed_analysis_final/ODXl8aR_0. ISO code of the business_ business name_ contac_detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ODXl8aR_0. ISO code of the business_ business name_ contac/detailed_analysis_final/page_55.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/Pd1KBb1_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/analysis/Pd1KBb1/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/analysis/Pd1KBb1/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/analysis/Pd1KBb1/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/analysis/Pd1KBb1/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/analysis/Pd1KBb1/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/analysis/Pd1KBb1/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/analysis/Pd1KBb1/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/analysis/Pd1KBb1/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/analysis/Pd1KBb1/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/analysis/Pd1KBb1/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/detailed_analysis_final/Pd1KBb1_the data table _of election results__detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd1KBb1_the data table _of election results_/detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/Pd9WVDb_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/analysis/Pd9WVDb/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/analysis/Pd9WVDb/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/analysis/Pd9WVDb/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/analysis/Pd9WVDb/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/analysis/Pd9WVDb/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/analysis/Pd9WVDb/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/analysis/Pd9WVDb/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/analysis/Pd9WVDb/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/detailed_analysis_final/Pd9WVDb_We want a spreadsheet showing all the columns sepa_detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Pd9WVDb_We want a spreadsheet showing all the columns sepa/detailed_analysis_final/page_12454.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Xxogz9j_This bad PDF is one of the pinnacles of Japanese F/Xxogz9j_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Xxogz9j_This bad PDF is one of the pinnacles of Japanese F/analysis/Xxogz9j/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Xxogz9j_This bad PDF is one of the pinnacles of Japanese F/analysis/Xxogz9j/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Xxogz9j_This bad PDF is one of the pinnacles of Japanese F/analysis/Xxogz9j/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Xxogz9j_This bad PDF is one of the pinnacles of Japanese F/analysis/Xxogz9j/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Xxogz9j_This bad PDF is one of the pinnacles of Japanese F/analysis/Xxogz9j/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Xxogz9j_This bad PDF is one of the pinnacles of Japanese F/analysis/Xxogz9j/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /Y5G72LB_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /analysis/Y5G72LB/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /analysis/Y5G72LB/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /analysis/Y5G72LB/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /analysis/Y5G72LB/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /analysis/Y5G72LB/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /analysis/Y5G72LB/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /analysis/Y5G72LB/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /analysis/Y5G72LB/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /detailed_analysis_final/Y5G72LB_We are trying to get specific information such as _detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/Y5G72LB_We are trying to get specific information such as /detailed_analysis_final/page_11.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/analysis/b5eVqGg/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/analysis/b5eVqGg/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/analysis/b5eVqGg/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/analysis/b5eVqGg/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/analysis/b5eVqGg/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/analysis/b5eVqGg/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/analysis/b5eVqGg/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/analysis/b5eVqGg/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/analysis/b5eVqGg/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/b5eVqGg_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/detailed_analysis_final/b5eVqGg_Math formulas in Russian _e.g. on page 181___detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/detailed_analysis_final/page_181.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/enhanced_analysis_10/analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/enhanced_analysis_10/b5eVqGg_Math formulas in Russian _e.g. on page 181___enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/b5eVqGg_Math formulas in Russian _e.g. on page 181__/enhanced_analysis_10/page_181.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/analysis/eqQ4N7q/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/analysis/eqQ4N7q/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/analysis/eqQ4N7q/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/analysis/eqQ4N7q/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/analysis/eqQ4N7q/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/analysis/eqQ4N7q/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/analysis/eqQ4N7q/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/analysis/eqQ4N7q/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/analysis/eqQ4N7q/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/analysis/eqQ4N7q/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/detailed_analysis_final/eqQ4N7q_election results data table_detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4N7q_election results data table/eqQ4N7q_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/analysis/eqQ4NoQ/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/analysis/eqQ4NoQ/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/analysis/eqQ4NoQ/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/analysis/eqQ4NoQ/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/analysis/eqQ4NoQ/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/analysis/eqQ4NoQ/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/analysis/eqQ4NoQ/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/analysis/eqQ4NoQ/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/analysis/eqQ4NoQ/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/analysis/eqQ4NoQ/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/detailed_analysis_final/eqQ4NoQ_data table_detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqQ4NoQ_data table/eqQ4NoQ_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/analysis/eqrZ5yq/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/analysis/eqrZ5yq/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/analysis/eqrZ5yq/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/analysis/eqrZ5yq/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/analysis/eqrZ5yq/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/analysis/eqrZ5yq/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/analysis/eqrZ5yq/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/analysis/eqrZ5yq/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/enhanced_analysis/enhanced_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/enhanced_analysis/eqrZ5yq_enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/enhanced_analysis/page_89.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/enhanced_analysis/page_90.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/enhanced_analysis/page_91.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/enhanced_analysis/page_92.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZ5yq_The long table _Annex 6_ spanning across pages fro/eqrZ5yq_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/analysis/eqrZZbq/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/analysis/eqrZZbq/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/analysis/eqrZZbq/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/analysis/eqrZZbq/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/analysis/eqrZZbq/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/analysis/eqrZZbq/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/analysis/eqrZZbq/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/analysis/eqrZZbq/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/analysis/eqrZZbq/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/analysis/eqrZZbq/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/enhanced_analysis_10/analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/enhanced_analysis_10/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab_enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/enhanced_analysis_10/page_4.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/eqrZZbq_The categorize chart _E1_ on page 4_ The chart_tab/eqrZZbq_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ja6EqV1_A spreadsheet of use of force records__/analysis/ja6EqV1/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ja6EqV1_A spreadsheet of use of force records__/analysis/ja6EqV1/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ja6EqV1_A spreadsheet of use of force records__/analysis/ja6EqV1/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ja6EqV1_A spreadsheet of use of force records__/analysis/ja6EqV1/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ja6EqV1_A spreadsheet of use of force records__/analysis/ja6EqV1/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ja6EqV1_A spreadsheet of use of force records__/analysis/ja6EqV1/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ja6EqV1_A spreadsheet of use of force records__/ja6EqV1_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./analysis/lbODDK6/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./analysis/lbODDK6/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./analysis/lbODDK6/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./analysis/lbODDK6/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./analysis/lbODDK6/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./analysis/lbODDK6/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./analysis/lbODDK6/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./analysis/lbODDK6/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./detailed_analysis_final/lbODDK6_The text in Ethiopian._detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./detailed_analysis_final/page_32.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODDK6_The text in Ethiopian./lbODDK6_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/analysis/lbODqev/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/analysis/lbODqev/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/analysis/lbODqev/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/analysis/lbODqev/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/analysis/lbODqev/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/analysis/lbODqev/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/analysis/lbODqev/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/analysis/lbODqev/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/analysis/lbODqev/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/analysis/lbODqev/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/detailed_analysis_final/lbODqev_Large wide tables in Serbian _from page 63 and on__detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/detailed_analysis_final/page_63.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/enhanced_analysis_10/analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/enhanced_analysis_10/lbODqev_Large wide tables in Serbian _from page 63 and on__enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/enhanced_analysis_10/page_63.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/enhanced_analysis_10/page_64.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/enhanced_analysis_10/page_65.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/lbODqev_Large wide tables in Serbian _from page 63 and on_/lbODqev_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR1XQb_Animal-related 911 calls and their descriptions fo/analysis/obR1XQb/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR1XQb_Animal-related 911 calls and their descriptions fo/analysis/obR1XQb/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR1XQb_Animal-related 911 calls and their descriptions fo/analysis/obR1XQb/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR1XQb_Animal-related 911 calls and their descriptions fo/analysis/obR1XQb/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR1XQb_Animal-related 911 calls and their descriptions fo/analysis/obR1XQb/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR1XQb_Animal-related 911 calls and their descriptions fo/analysis/obR1XQb/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR1XQb_Animal-related 911 calls and their descriptions fo/analysis/obR1XQb/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR1XQb_Animal-related 911 calls and their descriptions fo/analysis/obR1XQb/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR1XQb_Animal-related 911 calls and their descriptions fo/analysis/obR1XQb/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR1XQb_Animal-related 911 calls and their descriptions fo/analysis/obR1XQb/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR1XQb_Animal-related 911 calls and their descriptions fo/obR1XQb_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./analysis/obR6Dxb/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./analysis/obR6Dxb/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./analysis/obR6Dxb/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./analysis/obR6Dxb/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./analysis/obR6Dxb/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./analysis/obR6Dxb/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./analysis/obR6Dxb/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./analysis/obR6Dxb/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./analysis/obR6Dxb/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./analysis/obR6Dxb/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./detailed_analysis_final/obR6Dxb_Large table that spans across pages in Serbian _e._detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./detailed_analysis_final/page_60.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./enhanced_analysis_10/analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./enhanced_analysis_10/obR6Dxb_Large table that spans across pages in Serbian _e._enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./enhanced_analysis_10/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./enhanced_analysis_10/page_2.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./enhanced_analysis_10/page_3.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obR6Dxb_Large table that spans across pages in Serbian _e./obR6Dxb_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/analysis/obe1Vq5/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/analysis/obe1Vq5/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/analysis/obe1Vq5/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/analysis/obe1Vq5/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/analysis/obe1Vq5/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/analysis/obe1Vq5/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/analysis/obe1Vq5/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/analysis/obe1Vq5/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/analysis/obe1Vq5/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/analysis/obe1Vq5/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_2.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_2_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_2_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_2_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_2_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_2_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_2_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_2_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_2_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_3.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_3_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_3_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_3_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_3_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_3_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_3_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_3_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_3_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_4.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_4_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_4_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_4_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_4_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_4_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_4_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_4_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_4_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_5.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_5_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_5_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_5_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_5_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_5_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis/obe1Vq5/page_5_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis_final/obe1Vq5_MARKED UP text -- underline and strikethu__for bon_detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/enhanced_analysis_10/analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/enhanced_analysis_10/obe1Vq5_MARKED UP text -- underline and strikethu__for bon_enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/enhanced_analysis_10/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obe1Vq5_MARKED UP text -- underline and strikethu__for bon/obe1Vq5_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obeW0bN_The data table/analysis/obeW0bN/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obeW0bN_The data table/analysis/obeW0bN/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obeW0bN_The data table/analysis/obeW0bN/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obeW0bN_The data table/analysis/obeW0bN/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obeW0bN_The data table/analysis/obeW0bN/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obeW0bN_The data table/analysis/obeW0bN/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obeW0bN_The data table/analysis/obeW0bN/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obeW0bN_The data table/analysis/obeW0bN/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/obeW0bN_The data table/obeW0bN_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/analysis/ober4db/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/analysis/ober4db/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/analysis/ober4db/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/analysis/ober4db/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/analysis/ober4db/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/analysis/ober4db/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/analysis/ober4db/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/analysis/ober4db/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/enhanced_analysis_10/analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/enhanced_analysis_10/ober4db_The graph and table on page 180 and 181_enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/enhanced_analysis_10/page_180.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/enhanced_analysis_10/page_181.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/ober4db_The graph and table on page 180 and 181/ober4db_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/analysis/oberryX/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/analysis/oberryX/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/analysis/oberryX/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/analysis/oberryX/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/analysis/oberryX/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/analysis/oberryX/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/analysis/oberryX/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/analysis/oberryX/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/enhanced_analysis_10/analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/enhanced_analysis_10/oberryX_The survery question table_ such as the one on pag_enhanced_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/enhanced_analysis_10/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/oberryX_The survery question table_ such as the one on pag/oberryX_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/pbDb4PP_This PDF is titled _Creating a Regional Circulatin/analysis/pbDb4PP/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/pbDb4PP_This PDF is titled _Creating a Regional Circulatin/analysis/pbDb4PP/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/pbDb4PP_This PDF is titled _Creating a Regional Circulatin/analysis/pbDb4PP/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/pbDb4PP_This PDF is titled _Creating a Regional Circulatin/analysis/pbDb4PP/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/pbDb4PP_This PDF is titled _Creating a Regional Circulatin/analysis/pbDb4PP/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/pbDb4PP_This PDF is titled _Creating a Regional Circulatin/analysis/pbDb4PP/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/pbDb4PP_This PDF is titled _Creating a Regional Circulatin/analysis/pbDb4PP/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/pbDb4PP_This PDF is titled _Creating a Regional Circulatin/analysis/pbDb4PP/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/pbDb4PP_This PDF is titled _Creating a Regional Circulatin/pbDb4PP_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/analysis/q4DXYk8/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/analysis/q4DXYk8/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/analysis/q4DXYk8/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/analysis/q4DXYk8/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/analysis/q4DXYk8/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/analysis/q4DXYk8/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/analysis/q4DXYk8/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/analysis/q4DXYk8/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/analysis/q4DXYk8/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/detailed_analysis_final/q4DXYk8_The disciplinary log table_detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/q4DXYk8_The disciplinary log table/q4DXYk8_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/analysis/zxyRByM/analysis_summary.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/analysis/zxyRByM/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/analysis/zxyRByM/page_1_all_elements_inspect.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/analysis/zxyRByM/page_1_all_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/analysis/zxyRByM/page_1_describe.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/analysis/zxyRByM/page_1_table.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/analysis/zxyRByM/page_1_tatr_layout.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/analysis/zxyRByM/page_1_tatr_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/analysis/zxyRByM/page_1_text.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/analysis/zxyRByM/page_1_yolo_regions.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/detailed_analysis_final/detailed_analysis_results.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/detailed_analysis_final/page_1.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/detailed_analysis_final/page_6.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/detailed_analysis_final/zxyRByM_Tables_ Have never managed to get other python lib_detailed_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/bad_pdf_analysis/zxyRByM_Tables_ Have never managed to get other python lib/zxyRByM_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/check_run_md.sh +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/api/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/assets/favicon.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/assets/favicon.svg +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/assets/javascripts/custom.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/assets/logo.svg +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/assets/sample-screen.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/assets/social-preview.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/assets/social-preview.svg +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/assets/stylesheets/custom.css +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/categorizing-documents/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/data-extraction/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/describe/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/describe/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/document-qa/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/document-qa/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/element-selection/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/element-selection/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/extracting-clean-text/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/extracting-clean-text/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/finetuning/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/fix-messy-tables/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/fix-messy-tables/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/fix-messy-tables/table_1.csv +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/fix-messy-tables/table_2.csv +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/fix-messy-tables/table_3.csv +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/installation/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/interactive-widget/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/interactive-widget/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/layout-analysis/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/layout-analysis/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/loops-and-groups/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/loops-and-groups/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/css/style.css +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/index.html +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/js/app.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/js/vendor/FileSaver.min.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/js/vendor/babel.min.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/js/vendor/hooks.umd.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/js/vendor/htm-preact.umd.min.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/js/vendor/htm.umd.min.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/js/vendor/jszip.min.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/js/vendor/preact.umd.min.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/js/vendor/react-dom.development.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/js/vendor/react.development.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/ocr-tool/words.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/pdf-navigation/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/pdf-navigation/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/process-forms-and-invoices/extracted_form_data.csv +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/process-forms-and-invoices/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/process-forms-and-invoices/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/quick-reference/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/quick-reference/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/reflowing-pages/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/reflowing-pages/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/regions/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/regions/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tables/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tables/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/text-analysis/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/text-analysis/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/text-extraction/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/01-loading-and-extraction.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/02-finding-elements.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/03-extracting-blocks.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/04-table-extraction.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/05-excluding-content.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/06-document-qa.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/07-layout-analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/07-working-with-regions.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/08-spatial-navigation.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/09-section-extraction.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/10-form-field-extraction.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/11-enhanced-table-processing.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/12-ocr-integration.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/13-semantic-search.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/tutorials/14-categorizing-documents.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/visual-debugging/index.ipynb +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/visual-debugging/index.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/docs/visual-debugging/region.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/mkdocs.yml +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/base.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/docling.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/gemini.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/layout_analyzer.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/layout_manager.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/layout_options.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/paddle.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/pdfplumber_table_finder.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/surya.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/table_structure_utils.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/tatr.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/layout/yolo.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/shape_detection_mixin.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/text_options.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/text_structure.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/analyzers/utils.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/classification/manager.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/classification/mixin.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/classification/results.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/cli.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/collections/mixins.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/collections/pdf_collection.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/core/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/core/element_manager.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/core/highlighting_service.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/describe/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/describe/base.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/describe/elements.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/describe/mixin.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/describe/summary.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/elements/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/elements/base.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/elements/image.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/elements/line.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/elements/rect.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/export/mixin.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/exporters/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/exporters/base.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/exporters/data/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/exporters/data/pdf.ttf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/exporters/data/sRGB.icc +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/exporters/hocr.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/exporters/hocr_font.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/exporters/original_pdf.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/exporters/paddleocr.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/exporters/searchable_pdf.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/extraction/manager.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/extraction/mixin.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/extraction/result.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/flows/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/flows/collections.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/flows/element.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/flows/flow.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/ocr/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/ocr/engine.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/ocr/engine_doctr.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/ocr/engine_easyocr.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/ocr/engine_paddle.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/ocr/engine_surya.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/ocr/ocr_factory.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/ocr/ocr_manager.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/ocr/ocr_options.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/ocr/utils.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/qa/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/qa/document_qa.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/qa/qa_result.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/search/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/search/lancedb_search_service.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/search/numpy_search_service.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/search/search_options.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/search/search_service_protocol.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/search/searchable_mixin.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/selectors/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/tables/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/tables/result.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/templates/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/templates/finetune/fine_tune_paddleocr.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/templates/spa/css/style.css +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/templates/spa/index.html +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/templates/spa/js/app.js +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/templates/spa/words.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/utils/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/utils/bidi_mirror.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/utils/debug.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/utils/highlighting.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/utils/identifiers.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/utils/locks.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/utils/packaging.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/utils/reading_order.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/utils/visualization.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/widgets/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf/widgets/viewer.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf.egg-info/dependency_links.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf.egg-info/entry_points.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf.egg-info/requires.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/natural_pdf.egg-info/top_level.txt +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/noxfile.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/optimization/memory_comparison.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/optimization/pdf_analyzer.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/optimization/performance_analysis.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/optimization/performance_results/image_heavy_snapshots.csv +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/optimization/performance_results/image_heavy_snapshots.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/optimization/performance_results/text_heavy_snapshots.csv +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/optimization/performance_results/text_heavy_snapshots.json +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/optimization/test_cleanup_methods.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/optimization/test_memory_fix.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/.gitkeep +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/01-practice.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/0500000US42001.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/0500000US42007.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/1107231007033739008.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/2014 Statistics.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/2019 Statistics.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/30.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/Atlanta_Public_Schools_GA_sample.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/July 2023 N4 Temp Logs.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/anexo_edital_6604_1743480-table.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/appendix_fy2026.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/arabic.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/cia-doc.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/geometry.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/hebrew-table.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/image.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/image.png.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/multi-page-table.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/multicolumn.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/needs-ocr.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/red.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/shapes-and-text.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/tiny-ocr-2.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/tiny-ocr-3.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/tiny-ocr-small.jpg +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/tiny-ocr-wide.jpg +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/tiny-ocr.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/tiny-text-tables.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/tiny.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/types-of-type.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pdfs/word-counter.pdf +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/publish.sh +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/pyproject.toml +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/sample-screen.png +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/setup.cfg +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/test_install.sh +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/conftest.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/exporters/test_paddleocr_exporter.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_arabic_performance.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_arabic_real_world.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_core/test_containment_geometry.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_core/test_elements.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_core/test_loading.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_core/test_spatial.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_core/test_text_extraction.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_core/test_text_layer.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_highlight_detection.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_loading_original.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_optional_deps.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_strikethrough_detection.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_tiny_text_tables.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_tiny_text_tables_table.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_tutorials.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tests/test_underline_detection.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/todo/bad_pdf_analysis.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/todo/evaluation.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/IMPROVEMENTS_SUMMARY.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/LLM_NaturalPDF_CheatSheet.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/LLM_NaturalPDF_Workflows.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/README.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/__init__.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/analyser.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/collate_summaries.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/compile_attempts_markdown.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/eval_suite.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/evaluate_quality.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/export_enrichment_csv.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/extraction_decision_tree.md +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/llm_enrich.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/llm_enrich_with_retry.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/reporter.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/tools/bad_pdf_eval/utils.py +0 -0
- {natural_pdf-0.1.36 → natural_pdf-0.1.38}/uv.lock +0 -0