1.0.13 • Published 2 years ago

pdf-pinyin v1.0.13

Weekly downloads
1
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago