Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sl2c committed Nov 1, 2023
2 parents 098ab5b + 82bec28 commit afeeecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Ok, if you got to this point then chances are you are wondering: so, where do I

# Design choices

_pdfrwx_ first and foremost tries to keep with the philosophy of _pdfrw_ outlined above. To this it adds an observation that in many tasks to process PDF most time is spent on developing a software solution, and not on running it. This leads to the design choices:
_pdfrwx_ first and foremost tries to keep with the philosophy of _pdfrw_ outlined above. To this it adds an observation that in many PDF processing tasks most time is spent on developing a software solution, and not on running it. This leads to the design choices:

* **pure Python implementation**: easier to check and debug the source code of the library if needed;
* **output should be simple**: the output should be mostly standard Python / _pdfrw_ classes;
Expand Down

0 comments on commit afeeecb

Please sign in to comment.