Revolutionize Documents
into LLM-Friendly Contextual Knowledge
Understand Structure & Layout Extract Semantic Context Transform Multimodal Elements
What is EasyDoc?
EasyDoc is a multimodal document processing APl that extracts hierarchical structures and logical relationships from text, tables
and fiqures, it enriches LlM applications with comprehensive structured context and provides high-quality data for LLM inference and training.
See it in Action
Content Block Identification
Go beyond line and character splitting: transform scattered text into LLM-ready knowledge blocks
Content Block Identification
Hierarchical Document Structure Analysis
Reconstruct creative mind maps and reinforce LLMs with deeper structural context
Hierarchical Document Structure Analysis
Table and Figure Understanding
Transform complex tables and figures into structured knowledge that supercharges your AI applications
Table and Figure Understanding
Example
Parameters
start_page
end_page
mode
Start a parsing task
Request
curl https://api.easydoc.sh/api/v1/parse \
	-X POST \
	-H "api-key: your-api-key" \
	-F "file=@demo_document.pdf" \
	-F "start_page=1" \
 	-F "end_page=2" \
	-F "mode=lite" \

Response
{
  • "success": true,
  • "data": {
    • "task_id": "1a68fabb-7384-46d5-8b2e-02e3808102b3"
    }
}

Obtain task results
Request
curl -X GET "https://api.easydoc.sh/api/v1/parse/{task_id}/result" \
	-H "api-key: your-api-key"

Response
{
  • "success": true,
  • "data": {
    • "task_id": "1a68fabb-7384-46d5-8b2e-02e3808102b3",
    • "task_status": "SUCCESS",
    • "task_result": {
      • "file_name": "demo_document.pdf",
      • "blocks": [
        1. {
          • "block_id": 1,
          • "type": "Title",
          • "text": "Document Title",
          • "page_number": 1,
          • "coordinates": [
            1. 220.21530151367188,
            2. 77.08414459228516,
            3. 375.2535095214844,
            4. 100.12981414794922
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        2. {
          • "block_id": 2,
          • "type": "Title",
          • "text": "1. Abstract",
          • "page_number": 1,
          • "coordinates": [
            1. 89.75897979736328,
            2. 149.8521728515625,
            3. 163.32009887695312,
            4. 166.22914123535156
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        3. {
          • "block_id": 3,
          • "type": "Text",
          • "text": "This section provides a brief overview of the document's content. It includes the primary objectives, key themes, and a high-level summary of the discussions. ",
          • "page_number": 1,
          • "coordinates": [
            1. 89.4648208618164,
            2. 174.7769775390625,
            3. 287.5709228515625,
            4. 235.0892333984375
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        4. {
          • "block_id": 4,
          • "type": "Title",
          • "text": "2. Chapter",
          • "page_number": 1,
          • "coordinates": [
            1. 89.4916763305664,
            2. 247.9178924560547,
            3. 159.87086486816406,
            4. 264.7204284667969
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        5. {
          • "block_id": 5,
          • "type": "Text",
          • "text": "This chapter outlines the foundational concepts that will be discussed in the subsequent sections.",
          • "page_number": 1,
          • "coordinates": [
            1. 89.38604736328125,
            2. 275.84173583984375,
            3. 288.86102294921875,
            4. 319.7117004394531
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        6. {
          • "block_id": 6,
          • "type": "Title",
          • "text": "2.1 Section",
          • "page_number": 1,
          • "coordinates": [
            1. 89.5763931274414,
            2. 330.4737854003906,
            3. 154.75502014160156,
            4. 344.9166259765625
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        7. {
          • "block_id": 7,
          • "type": "Text",
          • "text": "This section dives deeper into the first major topic of the chapter.",
          • "page_number": 1,
          • "coordinates": [
            1. 89.60162353515625,
            2. 354.6895446777344,
            3. 288.6249084472656,
            4. 383.1124267578125
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        8. {
          • "block_id": 8,
          • "type": "Title",
          • "text": "2.2 Section",
          • "page_number": 1,
          • "coordinates": [
            1. 89.71131134033203,
            2. 394.51708984375,
            3. 154.6103973388672,
            4. 408.9831237792969
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        9. {
          • "block_id": 9,
          • "type": "Text",
          • "text": "This section covers the second key topic of the chapter, offering insights into its implications and significance within the broader context.",
          • "page_number": 1,
          • "coordinates": [
            1. 89.49144744873047,
            2. 417.787841796875,
            3. 288.78118896484375,
            4. 477.4389343261719
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        10. {
          • "block_id": 10,
          • "type": "Title",
          • "text": "2.2.1 Subsection",
          • "page_number": 1,
          • "coordinates": [
            1. 89.33747100830078,
            2. 486.655029296875,
            3. 172.576904296875,
            4. 500.0097351074219
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        11. {
          • "block_id": 11,
          • "type": "Text",
          • "text": "In this subsection, additional details are provided to enhance the reader's understanding of the subject matter. It includes supplementary information, data, and analysis that reinforce the primary points discussed in the earlier subsections.",
          • "page_number": 1,
          • "coordinates": [
            1. 89.5885238647461,
            2. 508.9883117675781,
            3. 288.7586669921875,
            4. 614.7377319335938
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        12. {
          • "block_id": 12,
          • "type": "Text",
          • "text": "TABLE1: Summary of Key Data Points and Results",
          • "page_number": 1,
          • "coordinates": [
            1. 89.25011444091797,
            2. 621.306884765625,
            3. 288.4862976074219,
            4. 633.0009765625
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        13. {
          • "block_id": 13,
          • "type": "Table",
          • "text": "Object Category Method1 Method2 O1 C1 x% y% O2 C2 xx% yy% O3 C3 xxx% yyy%",
          • "page_number": 1,
          • "coordinates": [
            1. 89.4270248413086,
            2. 635.4313354492188,
            3. 288.51898193359375,
            4. 701.9619140625
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        14. {
          • "block_id": 14,
          • "type": "Text",
          • "text": "The table above presents data and results in a tabular format, summarizing key information that supports the overall",
          • "page_number": 1,
          • "coordinates": [
            1. 89.361083984375,
            2. 719.06494140625,
            3. 288.7161560058594,
            4. 763.0328369140625
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        15. {
          • "block_id": 15,
          • "type": "Text",
          • "text": "conclusions of the document.",
          • "page_number": 1,
          • "coordinates": [
            1. 307.7171325683594,
            2. 144.12889099121094,
            3. 452.6219482421875,
            4. 156.69764709472656
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        16. {
          • "block_id": 16,
          • "type": "Title",
          • "text": "2.2.2 Subsection",
          • "page_number": 1,
          • "coordinates": [
            1. 307.6429748535156,
            2. 165.6436309814453,
            3. 391.2065734863281,
            4. 179.11805725097656
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        17. {
          • "block_id": 17,
          • "type": "Text",
          • "text": "Here, additional case studies and practical applications are presented to demonstrate the real-world relevance of the discussed concepts. The subsection connects theory with practice, providing concrete examples to clarify abstract ideas.",
          • "page_number": 1,
          • "coordinates": [
            1. 307.94659423828125,
            2. 186.87501525878906,
            3. 507.70135498046875,
            4. 293.1828308105469
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        18. {
          • "block_id": 18,
          • "type": "Title",
          • "text": "3. Chapter",
          • "page_number": 1,
          • "coordinates": [
            1. 308.0562438964844,
            2. 307.1091003417969,
            3. 378.2119445800781,
            4. 323.5987243652344
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        19. {
          • "block_id": 19,
          • "type": "Text",
          • "text": "This chapter introduce new perspectives and exploring the implications of the findings discussed earlier.",
          • "page_number": 1,
          • "coordinates": [
            1. 307.8565368652344,
            2. 334.9193420410156,
            3. 507.6246337890625,
            4. 378.9712829589844
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        20. {
          • "block_id": 20,
          • "type": "Title",
          • "text": "3.1 Section",
          • "page_number": 1,
          • "coordinates": [
            1. 307.8515930175781,
            2. 389.6474914550781,
            3. 373.3916320800781,
            4. 403.95343017578125
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        21. {
          • "block_id": 21,
          • "type": "Text",
          • "text": "In this section, the document explores additional dimensions of the topic, providing further insights.",
          • "page_number": 1,
          • "coordinates": [
            1. 307.9162292480469,
            2. 413.9037780761719,
            3. 507.24102783203125,
            4. 458.22088623046875
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        22. {
          • "block_id": 22,
          • "type": "Title",
          • "text": "3.1.1 Subsection",
          • "page_number": 1,
          • "coordinates": [
            1. 307.73760986328125,
            2. 467.7851867675781,
            3. 391.114990234375,
            4. 481.0538635253906
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        23. {
          • "block_id": 23,
          • "type": "Text",
          • "text": "Here, the document goes into more detail on specific aspects of the topic, providing further examples, data, and explanations to solidify understanding.",
          • "page_number": 1,
          • "coordinates": [
            1. 307.9778137207031,
            2. 489.12677001953125,
            3. 507.28594970703125,
            4. 549.2153930664062
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        24. {
          • "block_id": 24,
          • "type": "Figure",
          • "text": "Category A Category B Category C Category D Category E Category F",
          • "page_number": 1,
          • "coordinates": [
            1. 311.0087890625,
            2. 558.0473022460938,
            3. 500.26007080078125,
            4. 681.8497924804688
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        25. {
          • "block_id": 25,
          • "type": "Text",
          • "text": "Figure 1. Pie chart depicting category percentages.",
          • "page_number": 1,
          • "coordinates": [
            1. 308.3091735839844,
            2. 692.6094970703125,
            3. 504.77734375,
            4. 704.6104125976562
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        26. {
          • "block_id": 26,
          • "type": "Text",
          • "text": "This image above provides a visual representation of the data and results discussed in this section.",
          • "page_number": 1,
          • "coordinates": [
            1. 307.763916015625,
            2. 710.063232421875,
            3. 507.4696960449219,
            4. 753.9361572265625
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        27. {
          • "block_id": 27,
          • "type": "Title",
          • "text": "3.1.2 Subsection",
          • "page_number": 2,
          • "coordinates": [
            1. 89.26680755615234,
            2. 79.6187973022461,
            3. 172.5191650390625,
            4. 93.02914428710938
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        28. {
          • "block_id": 28,
          • "type": "Text",
          • "text": "This subsection delves into a more nuanced examination of the topic, focusing on specific challenges and emerging trends that have surfaced in recent studies. It offers detailed analysis, including potential solutions and strategies for overcoming identified obstacles. Case studies are presented to illustrate how these challenges are addressed in different industries, providing a practical perspective on theoretical concepts.",
          • "page_number": 2,
          • "coordinates": [
            1. 89.748046875,
            2. 100.79862213134766,
            3. 288.11187744140625,
            4. 285.8835144042969
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        29. {
          • "block_id": 29,
          • "type": "Title",
          • "text": "3.2 Section",
          • "page_number": 2,
          • "coordinates": [
            1. 89.7445068359375,
            2. 296.47161865234375,
            3. 154.32264709472656,
            4. 311.0537109375
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        30. {
          • "block_id": 30,
          • "type": "Text",
          • "text": "This section shifts the focus towards the broader implications of the discussed findings. It explores how the insights gained can be applied in real-world scenarios, influencing decision-making and shaping future trends. The section further investigates the ethical, legal, and social considerations that arise from the application of these concepts, stressing the need for careful consideration in their implementation.",
          • "page_number": 2,
          • "coordinates": [
            1. 89.68104553222656,
            2. 319.4316101074219,
            3. 287.9328308105469,
            4. 488.95703125
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        31. {
          • "block_id": 31,
          • "type": "Title",
          • "text": "3.3 Section",
          • "page_number": 2,
          • "coordinates": [
            1. 89.73395538330078,
            2. 500.4736633300781,
            3. 154.31295776367188,
            4. 514.9275512695312
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        32. {
          • "block_id": 32,
          • "type": "Text",
          • "text": "In this section, attention is given to the potential future directions of the field. It considers ongoing developments, emerging technologies, and possible innovations that could enhance or challenge current understanding. Additionally, the section highlights key areas that require further research, offering a roadmap for future investigations and developments.",
          • "page_number": 2,
          • "coordinates": [
            1. 89.71102905273438,
            2. 524.028564453125,
            3. 288.64495849609375,
            4. 677.85546875
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        33. {
          • "block_id": 33,
          • "type": "Title",
          • "text": "4. Conclusion",
          • "page_number": 2,
          • "coordinates": [
            1. 89.59838104248047,
            2. 690.0833129882812,
            3. 178.8380584716797,
            4. 706.1508178710938
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        34. {
          • "block_id": 34,
          • "type": "Text",
          • "text": "The conclusion synthesizes the main insights from the document, reiterating the significance of the findings and their",
          • "page_number": 2,
          • "coordinates": [
            1. 89.45668029785156,
            2. 719.1104125976562,
            3. 288.689208984375,
            4. 762.9630737304688
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        35. {
          • "block_id": 35,
          • "type": "Text",
          • "text": "potential impact on the field. It emphasizes the need for continued exploration and innovation, as well as the importance of addressing the challenges outlined throughout the document. The conclusion also briefly touches on the broader implications for industry practices, policy-making, and future research.",
          • "page_number": 2,
          • "coordinates": [
            1. 308.0847473144531,
            2. 73.86769104003906,
            3. 507.52325439453125,
            4. 211.18524169921875
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        36. {
          • "block_id": 36,
          • "type": "Title",
          • "text": "References",
          • "page_number": 2,
          • "coordinates": [
            1. 307.8179016113281,
            2. 225.1650390625,
            3. 382.8338928222656,
            4. 241.23403930664062
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          },
        37. {
          • "block_id": 37,
          • "type": "Text",
          • "text": "1.Author, A., & Author, B. (Year). Title of the Book. Publisher. 2.Author, C., & Author, D. (Year). Title of the Article. Journal Name, Volume(Issue), Page Range. 3.Author, E. (Year). Title of the Conference Paper. In Proceedings of the Conference Name, Pages. 4.Author, F., et al. (Year). Title of the Report. Organization.",
          • "page_number": 2,
          • "coordinates": [
            1. 307.4219665527344,
            2. 252.83377075195312,
            3. 507.687744140625,
            4. 406.7122497558594
            ],
          • "system": "PixelSpace",
          • "layout_width": 596,
          • "layout_height": 842
          }
        ]
      }
    }
}