mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-26 13:48:55 +08:00
11 lines
318 B
Go
11 lines
318 B
Go
/*
|
|
* This file is subject to the terms and conditions defined in
|
|
* file 'LICENSE.md', which is part of this source code package.
|
|
*/
|
|
|
|
//
|
|
// Package extractor is used for quickly extracting PDF content through a simple interface.
|
|
// Currently offers functionality for extracting textual content.
|
|
//
|
|
package extractor
|