{
    "content": [
        {
            "type": "text",
            "text": "# Image::EXIF (perldoc)\n\n## NAME\n\nImage::EXIF - Perl extension for exif library\n\n## SYNOPSIS\n\nuse Image::EXIF;\nuse Data::Dumper;\nmy $exif = Image::EXIF->new($filename);\n# or:\nmy $exif = Image::EXIF->new;\n$exif->filename($filename);\nmy $imageinfo = $exif->getimageinfo(); # hash reference\nmy $camerainfo = $exif->getcamerainfo(); # hash reference\nmy $otherinfo = $exif->getotherinfo(); # hash reference\nmy $pointshootinfo = $exif->getpointshootinfo(); # hash reference\nmy $unknowninfo = $exif->getunknowninfo(); # hash reference\nmy $allinfo = $exif->getallinfo(); # hash reference\nprint Dumper($allinfo);\n\n## DESCRIPTION\n\nPerl package Image::EXIF based on exiftags by Eric M. Johnston:\n<http://johnst.org/sw/exiftags/>.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHORS**\n- **REPORTING BUGS**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Image::EXIF",
        "section": "",
        "mode": "perldoc",
        "summary": "Image::EXIF - Perl extension for exif library",
        "synopsis": "use Image::EXIF;\nuse Data::Dumper;\nmy $exif = Image::EXIF->new($filename);\n# or:\nmy $exif = Image::EXIF->new;\n$exif->filename($filename);\nmy $imageinfo = $exif->getimageinfo(); # hash reference\nmy $camerainfo = $exif->getcamerainfo(); # hash reference\nmy $otherinfo = $exif->getotherinfo(); # hash reference\nmy $pointshootinfo = $exif->getpointshootinfo(); # hash reference\nmy $unknowninfo = $exif->getunknowninfo(); # hash reference\nmy $allinfo = $exif->getallinfo(); # hash reference\nprint Dumper($allinfo);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "REPORTING BUGS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Image::EXIF - Perl extension for exif library\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Image::EXIF;\nuse Data::Dumper;\n\nmy $exif = Image::EXIF->new($filename);\n\n# or:\nmy $exif = Image::EXIF->new;\n$exif->filename($filename);\n\nmy $imageinfo = $exif->getimageinfo(); # hash reference\nmy $camerainfo = $exif->getcamerainfo(); # hash reference\nmy $otherinfo = $exif->getotherinfo(); # hash reference\nmy $pointshootinfo = $exif->getpointshootinfo(); # hash reference\nmy $unknowninfo = $exif->getunknowninfo(); # hash reference\nmy $allinfo = $exif->getallinfo(); # hash reference\n\nprint Dumper($allinfo);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Perl package Image::EXIF based on exiftags by Eric M. Johnston:\n<http://johnst.org/sw/exiftags/>.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "*   Aaron Crane <arc@cpan.org> (current maintainer)\n\n*   sergey s prozhogin <ccpro@rrelaxo.org.ru>\n",
                "subsections": []
            },
            "REPORTING BUGS": {
                "content": "Please report bugs at either of the following locations:\n\n*   <https://rt.cpan.org/Public/Dist/Display.html?Name=Image-EXIF>\n\n*   <https://github.com/arc/p5-image-exif>\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "exiftags.\n",
                "subsections": []
            }
        }
    }
}