1.0.13 • Published 3 years ago

pdf-pinyin v1.0.13

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

PDF Pinyin

The project goal is to extract the Pinyin from a PDF.

Dependencies

Using docker all you need to do is run:

docker-compose build

If you don't want to use Docker please see: README-NO-DOCKER.md.

Usage

You can pass a URL with the PDF:

docker-compose run --rm pdf_pinyin ./run.sh http://mywebsite.com/myfile.pdf convert.txt

Or you can save a file in the folder "data" and pass the filename

docker-compose run --rm pdf_pinyin ./run.sh myfile.pdf convert.txt

You need to pass as a second paramenter the filename with the content to convert (needs to be previous saved in the folder "data").

The response will be saved on a file add "result." as prefix and ".json" as suffix, in our example: "result.convert.txt.json".

1.0.13

3 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago