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.2.tar.gz
(6.0 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.2.tar.gz.
File metadata
- Download URL: pdfToJson-0.0.2.tar.gz
- Upload date:
- Size: 6.0 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 |
1cd384628d922548872d54441f066dbdf3b31c1a6dbe414f7ab25b672a285148
|
|
| MD5 |
ccf15936a3c856bc9b17e9ff529296f4
|
|
| BLAKE2b-256 |
181a36f8a03927da9db3c7d3dba477030e5f654fe4a12702ef725ef7b566aa3e
|
File details
Details for the file pdfToJson-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pdfToJson-0.0.2-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 |
5e95bd2a334ed0d2621ab47426498e9e02dd2b6c11e8b82a1abf2ed4c1f12028
|
|
| MD5 |
ab5997fc404042ad11837b58773b4ab2
|
|
| BLAKE2b-256 |
ebdb675ec38ac3471cebf7296fb70a2d55450256b2931cc079e9de0ba81b22ba
|