mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 10:42:59 +00:00
31 lines
880 B
PHP
31 lines
880 B
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit695d781792f754383aa61632167d066e
|
|
{
|
|
public static $prefixLengthsPsr4 = array (
|
|
't' =>
|
|
array (
|
|
'thiagoalessio\\TesseractOCR\\' => 27,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'thiagoalessio\\TesseractOCR\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/thiagoalessio/tesseract_ocr/src',
|
|
),
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit695d781792f754383aa61632167d066e::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit695d781792f754383aa61632167d066e::$prefixDirsPsr4;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|