Skip to content

eriam/API-Mathpix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

API::Mathpix - Use the API of Mathpix

VERSION

Version 0.01

SYNOPSIS

my $mathpix = API::Mathpix->new({
  app_id  => $ENV{MATHPIX_APP_ID},
  app_key => $ENV{MATHPIX_APP_KEY},
});

my $response = $mathpix->process({
  src     => 'https://mathpix.com/examples/limit.jpg',
});

print $response->text;

SUBROUTINES/METHODS

process

AUTHOR

Eriam Schaffter, <eriam at mediavirtuel.com>

BUGS & SUPPORT

Please go directly to Github

https://github.com/eriam/API-Mathpix

LICENSE AND COPYRIGHT

This software is Copyright (c) 2021 by Eriam Schaffter.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)

About

A Perl module to use the Mathpix API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages