This is a package which converts pdf to json using GROBID
Project description
DATA FORMAT
{
"title": "title of a paper",
"authors": [
{
"firstName": "firstName of an author",
"lastName": "lastName of an author "
}
],
"keywords":["keyword1","keyword2"],
"abstract": "abstract of a paper",
"paperContent":{
"text": "all content of a paper (This is also a concatenation of subtexts)",
"subtitles": ["Introduction", "Model"],
"subtexts": ["section1Content", "section2Content"]
},
"references":[
{
"refTitle": "title of a reference paper",
"refAuthors": [
{
"firstName": "firstName of an author",
"lastName": "lastName of an author "
}
],
"refYear": "publised year of a reference paper",
"refPublisher": "publised journal of a reference paper"
}
]
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pdfToJson-0.0.1.tar.gz
(5.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pdfToJson-0.0.1.tar.gz.
File metadata
- Download URL: pdfToJson-0.0.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
393bd4149768c495bd2801c5551bd4b07929decc0adcc0d8ae0e6f0504759cc6
|
|
| MD5 |
3573d9d0d139a47e47bfad39f89d2322
|
|
| BLAKE2b-256 |
592083891288fd6ec3807a6177b1ab0da793f6c2b990f22fdc4d98dedf2aba49
|
File details
Details for the file pdfToJson-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pdfToJson-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4f4dff05bd3f3c4bba62d0faa720daeaec57793afe537b4cd9758c305d3de3f
|
|
| MD5 |
a13e956c3d64557bb103acef34f0b444
|
|
| BLAKE2b-256 |
97c7fb148dc9212e0a188148be0ca78ee950a9be784657679818b3e338a31d29
|