Correct typo's and syntax errors from README.md (#538)

pull/558/head
markfirmware 2020-11-08 10:20:10 -05:00 committed by GitHub
parent 693e4f48a3
commit f389b97923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ and analyzing text data. Pdfminer.six extracts the text from a page directly
from the sourcecode of the PDF. It can also be used to get the exact location, from the sourcecode of the PDF. It can also be used to get the exact location,
font or color of the text. font or color of the text.
It is build in a modular way such that each component of pdfminer.six can be It is built in a modular way such that each component of pdfminer.six can be
replaced easily. You can implement your own interpreter or rendering device replaced easily. You can implement your own interpreter or rendering device
to use the power of pdfminer.six for other purposes that text analysis. that uses the power of pdfminer.six for other purposes than text analysis.
Check out the full documentation on Check out the full documentation on
[Read the Docs](https://pdfminersix.readthedocs.io). [Read the Docs](https://pdfminersix.readthedocs.io).