ts-pkgx
Version:
A library & CLI for managing packages
75 lines • 3.29 kB
TypeScript
/**
* **surya_detect** - OCR, layout analysis, reading order, table recognition in 90+ languages
*
* @domain `github.com/VikParuchuri/surya`
* @programs `surya_detect`
* @version `0.14.6` (64 versions available)
* @versions From newest version to oldest.
*
* @install `launchpad install surya_detect`
* @aliases `surya_detect`, `Surya`
* @dependencies `pkgx.sh^1`, `linux:mesa3d.org^23.3`, `linux:gnome.org/glib^2`, ... (+1 more) (includes OS-specific dependencies with `os:package` format)
*
* @example
* ```typescript
* import { pantry } from 'ts-pkgx'
*
* // Access via alias (recommended)
* const pkg = pantry.suryadetect
* // Or access via domain
* const samePkg = pantry.githubcomvikparuchurisurya
* console.log(pkg === samePkg) // true
* console.log(pkg.name) // "surya"
* console.log(pkg.description) // "OCR, layout analysis, reading order, table reco..."
* console.log(pkg.programs) // ["surya_detect"]
* console.log(pkg.versions[0]) // "0.14.6" (latest)
* ```
*
* @see https://ts-pkgx.netlify.app/packages/github-com/VikParuchuri/surya.md
* @see https://ts-pkgx.netlify.app/usage
*/
export declare const suryadetectPackage: {
/**
* The display name of this package.
*/
name: 'surya';
/**
* The canonical domain name for this package.
*/
domain: 'github.com/VikParuchuri/surya';
/**
* Brief description of what this package does.
*/
description: 'OCR, layout analysis, reading order, table recognition in 90+ languages';
packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/github.com/VikParuchuri/surya/package.yml';
homepageUrl: '';
githubUrl: 'https://github.com/VikParuchuri/surya';
/**
* Command to install this package using launchpad.
* @example launchpad install package-name
*/
installCommand: 'launchpad install surya_detect';
/**
* Executable programs provided by this package.
* These can be run after installation.
*/
programs: readonly ['surya_detect'];
companions: readonly [];
/**
* Required dependencies for this package.
* These will be automatically installed.
* OS-specific dependencies are prefixed with `os:` (e.g., `linux:freetype.org`).
*/
dependencies: readonly ['pkgx.sh^1', 'linux:mesa3d.org^23.3', 'linux:gnome.org/glib^2', 'linux:mupdf.com'];
/**
* Available versions from newest to oldest.
* @see https://ts-pkgx.netlify.app/usage for installation instructions
*/
versions: readonly ['0.14.6', '0.14.5', '0.14.4', '0.14.3', '0.14.2', '0.14.1', '0.14.0', '0.13.1', '0.13.0', '0.12.1', '0.12.0', '0.11.1', '0.11.0', '0.10.3', '0.10.2', '0.10.1', '0.10.0', '0.9.3', '0.9.2', '0.9.1', '0.9.0', '0.8.3', '0.8.2', '0.8.1', '0.8.0', '0.7.0', '0.6.13', '0.6.12', '0.6.11', '0.6.10', '0.6.9', '0.6.8', '0.6.7', '0.6.6', '0.6.5', '0.6.4', '0.6.3', '0.6.2', '0.6.1', '0.6.0', '0.5.0', '0.4.15', '0.4.14', '0.4.12', '0.4.11', '0.4.10', '0.4.9', '0.4.8', '0.4.7', '0.4.6', '0.4.5', '0.4.4', '0.4.3', '0.4.2', '0.4.1', '0.4.0', '0.3.0', '0.2.4', '0.2.3', '0.2.2', '0.2.1', '0.2.0', '0.1.6', '0.1.5'];
/**
* Alternative names for this package.
* You can use any of these names to access the package.
*/
aliases: readonly ['surya_detect', 'Surya']
};
export type SuryadetectPackage = typeof suryadetectPackage