You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would break backward compatibility though.. so perhaps this would be an okay compromise?
withopen('nice-info.pdf') asf:
forpageiniter(slate.PDF(f)):
forlineinpage:
# page would now be a `Page` object that yields lines,# rather than a plain str
...
The text was updated successfully, but these errors were encountered:
We currently only send a whole PDF back as a list of strings. It would be nice to support something like:
This would break backward compatibility though.. so perhaps this would be an okay compromise?
The text was updated successfully, but these errors were encountered: